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 +1 -1
- package/release-log.md +7 -0
- package/src/centaline/css/common.css +2 -2
package/package.json
CHANGED
package/release-log.md
CHANGED
|
@@ -186,7 +186,7 @@ html {
|
|
|
186
186
|
height: 20px;
|
|
187
187
|
font-size: 18px;
|
|
188
188
|
color: #fff;
|
|
189
|
-
font-family:
|
|
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:
|
|
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
|
}
|