element-sim 1.1.37 → 1.1.39
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 +12 -0
- package/src/index.js +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1176,6 +1176,18 @@
|
|
|
1176
1176
|
url('#{$--font-path}/icon-sim.ttf') format('truetype');
|
|
1177
1177
|
}
|
|
1178
1178
|
|
|
1179
|
+
.el-icon-upload3:before {
|
|
1180
|
+
content: "\e660";
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.el-icon-login:before {
|
|
1184
|
+
content: "\e65e";
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
.el-icon-nav_login:before {
|
|
1188
|
+
content: "\e65f";
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1179
1191
|
.el-icon-archive:before {
|
|
1180
1192
|
content: "\e65b";
|
|
1181
1193
|
}
|