element-sim 1.1.39 → 1.1.41
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/.DS_Store +0 -0
- 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 +75 -1
- package/src/index.js +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1175,6 +1175,81 @@
|
|
|
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-sim_ic_Anti:before {
|
|
1179
|
+
content: "\e675";
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
.el-icon-integrity:before {
|
|
1183
|
+
content: "\e678";
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.el-icon-sim_ic_ende:before {
|
|
1187
|
+
content: "\e679";
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
.el-icon-key_update:before {
|
|
1191
|
+
content: "\e67a";
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
.el-icon-sim_ic_sm2:before {
|
|
1195
|
+
content: "\e67b";
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
.el-icon-sm2:before {
|
|
1199
|
+
content: "\e67c";
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
.el-icon-key_recover:before {
|
|
1203
|
+
content: "\e67d";
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.el-icon-sm4:before {
|
|
1207
|
+
content: "\e67e";
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
.el-icon-sim_ic_signature:before {
|
|
1211
|
+
content: "\e67f";
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
.el-icon-abstract:before {
|
|
1215
|
+
content: "\e667";
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.el-icon-a-symmetricalgorithm:before {
|
|
1219
|
+
content: "\e668";
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.el-icon-destroy:before {
|
|
1223
|
+
content: "\e669";
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.el-icon-a-quantumalgorithm:before {
|
|
1227
|
+
content: "\e66a";
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.el-icon-a-asymmetricalgorithm:before {
|
|
1231
|
+
content: "\e66b";
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.el-icon-a-CustodyKey-g:before {
|
|
1235
|
+
content: "\e66c";
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.el-icon-a-Keymanagement:before {
|
|
1239
|
+
content: "\e66d";
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
.el-icon-update:before {
|
|
1243
|
+
content: "\e66e";
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
.el-icon-a-Archivekey-g:before {
|
|
1247
|
+
content: "\e66f";
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.el-icon-sg_key-g:before {
|
|
1251
|
+
content: "\e670";
|
|
1252
|
+
}
|
|
1178
1253
|
|
|
1179
1254
|
.el-icon-upload3:before {
|
|
1180
1255
|
content: "\e660";
|
|
@@ -1495,4 +1570,3 @@
|
|
|
1495
1570
|
.el-icon-minus:before {
|
|
1496
1571
|
content: "\e627";
|
|
1497
1572
|
}
|
|
1498
|
-
|