centaline-data-driven 1.6.5 → 1.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,10 @@
1
+ # v1.6.6
2
+ 2024-04-23
3
+
4
+ 优化
5
+
6
+ 样式删除Helvetica字体
7
+
1
8
  # v1.6.5
2
9
  2024-04-18
3
10
 
@@ -186,7 +186,7 @@ html {
186
186
  height: 20px;
187
187
  font-size: 18px;
188
188
  color: #fff;
189
- font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
189
+ font-family: Microsoft YaHei,PingFang SC,Hiragino Sans GB,SimSun,sans-serif;
190
190
  font-weight: 600;
191
191
  -webkit-font-smoothing: antialiased;
192
192
  }
@@ -194,7 +194,7 @@ html {
194
194
  color: #606266;
195
195
  font-size: 14px;
196
196
  padding: 0px;
197
- font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
197
+ font-family: Microsoft YaHei,PingFang SC,Hiragino Sans GB,SimSun,sans-serif;
198
198
  font-weight: 400;
199
199
  -webkit-font-smoothing: antialiased;
200
200
  }