element-sim 1.1.39 → 1.1.40
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 +4 -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 +39 -0
- package/src/index.js +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1175,6 +1175,45 @@
|
|
|
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-abstract:before {
|
|
1179
|
+
content: "\e667";
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
.el-icon-a-symmetricalgorithm:before {
|
|
1183
|
+
content: "\e668";
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.el-icon-destroy:before {
|
|
1187
|
+
content: "\e669";
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
.el-icon-a-quantumalgorithm:before {
|
|
1191
|
+
content: "\e66a";
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
.el-icon-a-asymmetricalgorithm:before {
|
|
1195
|
+
content: "\e66b";
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
.el-icon-a-CustodyKey-g:before {
|
|
1199
|
+
content: "\e66c";
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
.el-icon-a-Keymanagement:before {
|
|
1203
|
+
content: "\e66d";
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.el-icon-update:before {
|
|
1207
|
+
content: "\e66e";
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
.el-icon-a-Archivekey-g:before {
|
|
1211
|
+
content: "\e66f";
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
.el-icon-sg_key-g:before {
|
|
1215
|
+
content: "\e670";
|
|
1216
|
+
}
|
|
1178
1217
|
|
|
1179
1218
|
.el-icon-upload3:before {
|
|
1180
1219
|
content: "\e660";
|