element-assits 0.0.8 → 0.0.11

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
@@ -122,6 +122,73 @@ $--color-border-extralight: #F2F6FC !default;
122
122
  min-width: 100px;
123
123
  }
124
124
 
125
+ .el-dialog.ea-modal {
126
+ &.is-closing {
127
+ margin: 0 !important;
128
+ }
129
+ &.is-fullscreen {
130
+ border-radius: 0;
131
+ margin: 0;
132
+ }
133
+ .el-dialog__header {
134
+ color: #555;
135
+ font-size: 18px;
136
+ .el-dialog__title {
137
+ color: inherit;
138
+ font-size: inherit;
139
+ }
140
+ }
141
+ }
142
+
143
+ .ea-split-container {
144
+ display: flex;
145
+ &.is-down {
146
+ user-select: none;
147
+ }
148
+ .sc-left {
149
+ flex-grow: 1;
150
+ flex-shrink: 1;
151
+ }
152
+ .sc-right {
153
+ flex-grow: 1;
154
+ flex-shrink: 1;
155
+ }
156
+ .sc-bamboo {
157
+ flex-grow: 0;
158
+ flex-shrink: 0;
159
+ width: 8px;
160
+ border: 1px solid #DCDEE2;
161
+ border-top: none;
162
+ border-bottom: none;
163
+ background-color: #F8F8F9;
164
+ cursor: col-resize;
165
+ user-select: none;
166
+ display: flex;
167
+ flex-direction: column;
168
+ justify-content: center;
169
+ align-items: center;
170
+ margin: 0 16px;
171
+ .sc-texture {
172
+ width: 4px;
173
+ height: 1px;
174
+ background: rgba(23, 35, 61, .25);
175
+ margin-top: 3px;
176
+ }
177
+ }
178
+ }
179
+
180
+ .ea-tree {
181
+ .ea-tree-real {
182
+ .el-tree-node > .el-tree-node__content{
183
+ border-radius: 4px;
184
+ }
185
+ .el-tree-node.is-current > .el-tree-node__content {
186
+ color: $--color-primary;
187
+ background-color: rgba($--color-primary, 0.1);
188
+ }
189
+ }
190
+ }
191
+
125
192
  .ea-button-tooltip + .ea-button-tooltip {
126
193
  margin-left: 10px;
127
194
  }
@@ -187,77 +254,10 @@ td {
187
254
  }
188
255
  }
189
256
 
190
- .ea-split-container {
191
- display: flex;
192
- &.is-down {
193
- user-select: none;
194
- }
195
- .sc-left {
196
- flex-grow: 1;
197
- flex-shrink: 1;
198
- }
199
- .sc-right {
200
- flex-grow: 1;
201
- flex-shrink: 1;
202
- }
203
- .sc-bamboo {
204
- flex-grow: 0;
205
- flex-shrink: 0;
206
- width: 8px;
207
- border: 1px solid #DCDEE2;
208
- border-top: none;
209
- border-bottom: none;
210
- background-color: #F8F8F9;
211
- cursor: col-resize;
212
- user-select: none;
213
- display: flex;
214
- flex-direction: column;
215
- justify-content: center;
216
- align-items: center;
217
- margin: 0 16px;
218
- .sc-texture {
219
- width: 4px;
220
- height: 1px;
221
- background: rgba(23, 35, 61, .25);
222
- margin-top: 3px;
223
- }
224
- }
225
- }
226
-
227
- .el-dialog.ea-modal {
228
- &.is-closing {
229
- margin: 0 !important;
230
- }
231
- &.is-fullscreen {
232
- border-radius: 0;
233
- margin: 0;
234
- }
235
- .el-dialog__header {
236
- color: #555;
237
- font-size: 18px;
238
- .el-dialog__title {
239
- color: inherit;
240
- font-size: inherit;
241
- }
242
- }
243
- }
244
-
245
257
  .ea-number .el-input__inner {
246
258
  text-align: left;
247
259
  }
248
260
 
249
- .ea-tree {
250
- .ea-tree-real {
251
- .el-tree-node > .el-tree-node__content{
252
- border-radius: 4px;
253
- }
254
- .el-tree-node.is-current > .el-tree-node__content {
255
- color: $--color-primary;
256
- background-color: rgba($--color-primary, 0.1);
257
- }
258
- }
259
- }
260
-
261
261
  .ea-desc {
262
262
  font-size: 14px;
263
263
  &__title {
@@ -336,30 +336,6 @@ td {
336
336
  }
337
337
  }
338
338
 
339
- .ea-form .form-group-title {
340
- position: relative;
341
- height: 32px;
342
- margin-bottom: 22px;
343
- > span {
344
- position: absolute;
345
- top: 0;
346
- left: 20%;
347
- padding: 5px 25px;
348
- background-color: #fff;
349
- z-index: 1;
350
- color: $--color-secondary-text;
351
- }
352
- &::after {
353
- content: '';
354
- position: absolute;
355
- top: 50%;
356
- left: 0;
357
- width: 100%;
358
- height: 0;
359
- border-bottom: 1px dashed $--color-border-base;
360
- }
361
- }
362
-
363
339
  .ea-table-modal {
364
340
  overflow: visible;
365
341
  right: unset;
@@ -414,6 +390,30 @@ td {
414
390
  }
415
391
  }
416
392
 
393
+ .ea-form .form-group-title {
394
+ position: relative;
395
+ height: 32px;
396
+ margin-bottom: 22px;
397
+ > span {
398
+ position: absolute;
399
+ top: 0;
400
+ left: 20%;
401
+ padding: 5px 25px;
402
+ background-color: #fff;
403
+ z-index: 1;
404
+ color: $--color-secondary-text;
405
+ }
406
+ &::after {
407
+ content: '';
408
+ position: absolute;
409
+ top: 50%;
410
+ left: 0;
411
+ width: 100%;
412
+ height: 0;
413
+ border-bottom: 1px dashed $--color-border-base;
414
+ }
415
+ }
416
+
417
417
  .ea-select-container {
418
418
  display: flex;
419
419
  justify-content: flex-start;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "element-assits",
3
- "version": "0.0.8",
3
+ "version": "0.0.11",
4
4
  "description": "element-ui 的扩展组件库",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
16
  "element-ui": "^2.15.14",
17
- "lodash": "^4.17.21",
17
+ "lodash-es": "^4.17.21",
18
18
  "vue": "2.7",
19
19
  "vue-router": "^3.6.5"
20
20
  },