element-sim 1.1.40 → 1.1.42
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/CHANGELOG.zh-CN.md +8 -0
- package/lib/element-sim.common.js +1 -1
- package/lib/index.js +1 -1
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/icon-sim.ttf +0 -0
- package/lib/theme-chalk/fonts/icon-sim.woff +0 -0
- package/lib/theme-chalk/fonts/icon-sim.woff2 +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/fonts/icon-sim.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/icon-sim.woff +0 -0
- package/packages/theme-chalk/lib/fonts/icon-sim.woff2 +0 -0
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/fonts/.DS_Store +0 -0
- package/packages/theme-chalk/src/fonts/icon-sim.ttf +0 -0
- package/packages/theme-chalk/src/fonts/icon-sim.woff +0 -0
- package/packages/theme-chalk/src/fonts/icon-sim.woff2 +0 -0
- package/packages/theme-chalk/src/icon.scss +96 -1
- package/src/index.js +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1175,6 +1175,102 @@
|
|
|
1175
1175
|
url('#{$--font-path}/icon-sim.woff') format('woff'),
|
|
1176
1176
|
url('#{$--font-path}/icon-sim.ttf') format('truetype');
|
|
1177
1177
|
}
|
|
1178
|
+
.el-icon-ic_default:before {
|
|
1179
|
+
content: "\e680";
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
.el-icon-ic_duijiang:before {
|
|
1183
|
+
content: "\e681";
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.el-icon-ic_other:before {
|
|
1187
|
+
content: "\e682";
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
.el-icon-ic_seal:before {
|
|
1191
|
+
content: "\e683";
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
.el-icon-ic_zhuanxian:before {
|
|
1195
|
+
content: "\e684";
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
.el-icon-cs_nav_ic_duijiang:before {
|
|
1199
|
+
content: "\e685";
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
.el-icon-cs_nav_ic_service:before {
|
|
1203
|
+
content: "\e686";
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.el-icon-cs_nav_ic_seal:before {
|
|
1207
|
+
content: "\e687";
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
.el-icon-cs_nav_ic_default:before {
|
|
1211
|
+
content: "\e688";
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
.el-icon-cs_nav_ic_other:before {
|
|
1215
|
+
content: "\e689";
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.el-icon-cs_nav_ic_home2:before {
|
|
1219
|
+
content: "\e68a";
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.el-icon-cs_nav_ic_zhuanxian:before {
|
|
1223
|
+
content: "\e68b";
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.el-icon-cs_nav_ic_sso:before {
|
|
1227
|
+
content: "\e68c";
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.el-icon-cs_nav_ic_dwon:before {
|
|
1231
|
+
content: "\e68d";
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.el-icon-cs_nav_ic_up:before {
|
|
1235
|
+
content: "\e68e";
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.el-icon-sim_ic_Anti:before {
|
|
1239
|
+
content: "\e675";
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
.el-icon-integrity:before {
|
|
1243
|
+
content: "\e678";
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
.el-icon-sim_ic_ende:before {
|
|
1247
|
+
content: "\e679";
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.el-icon-key_update:before {
|
|
1251
|
+
content: "\e67a";
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.el-icon-sim_ic_sm2:before {
|
|
1255
|
+
content: "\e67b";
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.el-icon-sm2:before {
|
|
1259
|
+
content: "\e67c";
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
.el-icon-key_recover:before {
|
|
1263
|
+
content: "\e67d";
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
.el-icon-sm4:before {
|
|
1267
|
+
content: "\e67e";
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
.el-icon-sim_ic_signature:before {
|
|
1271
|
+
content: "\e67f";
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1178
1274
|
.el-icon-abstract:before {
|
|
1179
1275
|
content: "\e667";
|
|
1180
1276
|
}
|
|
@@ -1534,4 +1630,3 @@
|
|
|
1534
1630
|
.el-icon-minus:before {
|
|
1535
1631
|
content: "\e627";
|
|
1536
1632
|
}
|
|
1537
|
-
|