element-assits 0.0.3 → 0.0.4

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/lib/style.scss CHANGED
@@ -111,8 +111,22 @@ $--color-border-extralight: #F2F6FC !default;
111
111
  min-width: 100px;
112
112
  }
113
113
 
114
- .ea-number .el-input__inner {
115
- text-align: left;
114
+ .el-dialog.ea-modal {
115
+ &.is-closing {
116
+ margin: 0 !important;
117
+ }
118
+ &.is-fullscreen {
119
+ border-radius: 0;
120
+ margin: 0;
121
+ }
122
+ .el-dialog__header {
123
+ color: #555;
124
+ font-size: 18px;
125
+ .el-dialog__title {
126
+ color: inherit;
127
+ font-size: inherit;
128
+ }
129
+ }
116
130
  }
117
131
 
118
132
  .ea-button-tooltip + .ea-button-tooltip {
@@ -180,44 +194,6 @@ td {
180
194
  }
181
195
  }
182
196
 
183
- .el-dialog.ea-modal {
184
- &.is-closing {
185
- margin: 0 !important;
186
- }
187
- &.is-fullscreen {
188
- border-radius: 0;
189
- margin: 0;
190
- }
191
- .el-dialog__header {
192
- color: #555;
193
- font-size: 18px;
194
- .el-dialog__title {
195
- color: inherit;
196
- font-size: inherit;
197
- }
198
- }
199
- }
200
-
201
- .ea-tree {
202
- .ea-tree-real {
203
- .el-tree-node > .el-tree-node__content{
204
- border-radius: 4px;
205
- }
206
- .el-tree-node.is-current > .el-tree-node__content {
207
- color: $--color-primary;
208
- background-color: rgba($--color-primary, 0.1);
209
- }
210
- }
211
- }
212
-
213
- .ea-list {
214
- .loading-text {
215
- color: $--color-secondary-text;
216
- text-align: center;
217
- font-size: inherit;
218
- }
219
- }
220
-
221
197
  .ea-split-container {
222
198
  display: flex;
223
199
  &.is-down {
@@ -255,6 +231,26 @@ td {
255
231
  }
256
232
  }
257
233
 
234
+ .ea-list {
235
+ .loading-text {
236
+ color: $--color-secondary-text;
237
+ text-align: center;
238
+ font-size: inherit;
239
+ }
240
+ }
241
+
242
+ .ea-tree {
243
+ .ea-tree-real {
244
+ .el-tree-node > .el-tree-node__content{
245
+ border-radius: 4px;
246
+ }
247
+ .el-tree-node.is-current > .el-tree-node__content {
248
+ color: $--color-primary;
249
+ background-color: rgba($--color-primary, 0.1);
250
+ }
251
+ }
252
+ }
253
+
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "element-assits",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "element-ui 的扩展组件库",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",