element-assits 0.0.5 → 0.0.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/README.md +3 -0
- package/lib/index.js +566 -554
- package/lib/style.scss +4 -4
- package/package.json +1 -1
package/lib/style.scss
CHANGED
|
@@ -251,10 +251,6 @@ td {
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
.ea-number .el-input__inner {
|
|
255
|
-
text-align: left;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
254
|
.ea-desc {
|
|
259
255
|
font-size: 14px;
|
|
260
256
|
&__title {
|
|
@@ -298,6 +294,10 @@ td {
|
|
|
298
294
|
}
|
|
299
295
|
}
|
|
300
296
|
|
|
297
|
+
.ea-number .el-input__inner {
|
|
298
|
+
text-align: left;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
301
|
.file-upload-dialog {
|
|
302
302
|
// 拖拽区域铺满
|
|
303
303
|
.el-upload,
|