@deppon/deppon-template 2.3.7 → 2.3.8
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.
|
@@ -20,51 +20,51 @@
|
|
|
20
20
|
min-width: 240px;
|
|
21
21
|
}
|
|
22
22
|
.field-tag-input .tag-input-input-row .tag-input-input-wrap .tag-input-input {
|
|
23
|
-
width: 100
|
|
24
|
-
min-width: 0;
|
|
23
|
+
width: 100% !important;
|
|
24
|
+
min-width: 0 !important;
|
|
25
25
|
}
|
|
26
|
-
.field-tag-input .tag-input-input-row .tag-input-input-wrap .
|
|
27
|
-
.field-tag-input .tag-input-input-row .tag-input-input-wrap .
|
|
28
|
-
.field-tag-input .tag-input-input-row .tag-input-input-wrap .
|
|
29
|
-
width: 100
|
|
30
|
-
max-width: 100
|
|
26
|
+
.field-tag-input .tag-input-input-row .tag-input-input-wrap .el-input,
|
|
27
|
+
.field-tag-input .tag-input-input-row .tag-input-input-wrap .el-input-group,
|
|
28
|
+
.field-tag-input .tag-input-input-row .tag-input-input-wrap .el-input-group--append {
|
|
29
|
+
width: 100% !important;
|
|
30
|
+
max-width: 100% !important;
|
|
31
31
|
}
|
|
32
|
-
.field-tag-input .tag-input-input-row .tag-input-input-wrap .
|
|
33
|
-
display: flex;
|
|
34
|
-
align-items: stretch;
|
|
32
|
+
.field-tag-input .tag-input-input-row .tag-input-input-wrap .el-input-group {
|
|
33
|
+
display: flex !important;
|
|
34
|
+
align-items: stretch !important;
|
|
35
35
|
}
|
|
36
|
-
.field-tag-input .tag-input-input-row .tag-input-input-wrap .
|
|
37
|
-
flex: 1 1 auto;
|
|
38
|
-
min-width: 0;
|
|
36
|
+
.field-tag-input .tag-input-input-row .tag-input-input-wrap .el-input__wrapper {
|
|
37
|
+
flex: 1 1 auto !important;
|
|
38
|
+
min-width: 0 !important;
|
|
39
39
|
}
|
|
40
|
-
.field-tag-input .tag-input-input-row .tag-input-input-wrap .
|
|
41
|
-
min-width: 0;
|
|
40
|
+
.field-tag-input .tag-input-input-row .tag-input-input-wrap .el-input__inner {
|
|
41
|
+
min-width: 0 !important;
|
|
42
42
|
}
|
|
43
|
-
.field-tag-input .tag-input-input-row .tag-input-input-wrap .
|
|
44
|
-
flex: 0 0 auto;
|
|
45
|
-
padding: 0;
|
|
46
|
-
border: none;
|
|
47
|
-
background: transparent;
|
|
43
|
+
.field-tag-input .tag-input-input-row .tag-input-input-wrap .el-input-group__append {
|
|
44
|
+
flex: 0 0 auto !important;
|
|
45
|
+
padding: 0 !important;
|
|
46
|
+
border: none !important;
|
|
47
|
+
background: transparent !important;
|
|
48
48
|
}
|
|
49
49
|
.field-tag-input .tag-input-input-row .tag-input-input-wrap .tag-input-add-btn {
|
|
50
|
-
border-top-left-radius: 0;
|
|
51
|
-
border-bottom-left-radius: 0;
|
|
52
|
-
border-color: var(--el-color-primary);
|
|
53
|
-
background-color: var(--el-color-primary);
|
|
54
|
-
color: #fff;
|
|
50
|
+
border-top-left-radius: 0 !important;
|
|
51
|
+
border-bottom-left-radius: 0 !important;
|
|
52
|
+
border-color: var(--el-color-primary) !important;
|
|
53
|
+
background-color: var(--el-color-primary) !important;
|
|
54
|
+
color: #fff !important;
|
|
55
55
|
}
|
|
56
56
|
.field-tag-input .tag-input-input-row .tag-input-tip {
|
|
57
|
-
flex: 0 0 auto;
|
|
58
|
-
color: var(--el-text-color-secondary);
|
|
59
|
-
font-size: 12px;
|
|
60
|
-
line-height: 32px;
|
|
61
|
-
max-width: 100
|
|
62
|
-
white-space: nowrap;
|
|
63
|
-
overflow: hidden;
|
|
64
|
-
text-overflow: ellipsis;
|
|
57
|
+
flex: 0 0 auto !important;
|
|
58
|
+
color: var(--el-text-color-secondary) !important;
|
|
59
|
+
font-size: 12px !important;
|
|
60
|
+
line-height: 32px !important;
|
|
61
|
+
max-width: 100% !important;
|
|
62
|
+
white-space: nowrap !important;
|
|
63
|
+
overflow: hidden !important;
|
|
64
|
+
text-overflow: ellipsis !important;
|
|
65
65
|
}
|
|
66
66
|
.field-tag-input .tag-input-input-row.has-error .tag-input-input-wrap .el-input__wrapper {
|
|
67
|
-
box-shadow: 0 0 0 1px var(--el-color-danger) inset;
|
|
67
|
+
box-shadow: 0 0 0 1px var(--el-color-danger) inset !important;
|
|
68
68
|
}
|
|
69
69
|
.field-tag-input .tag-input-add-error {
|
|
70
70
|
font-size: 12px;
|
|
@@ -100,21 +100,21 @@
|
|
|
100
100
|
pointer-events: none;
|
|
101
101
|
}
|
|
102
102
|
.field-tag-input .tag-input-list-row .tag-input-list-content .tag-input-tag {
|
|
103
|
-
margin: 0;
|
|
104
|
-
transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.2s ease;
|
|
103
|
+
margin: 0 !important;
|
|
104
|
+
transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.2s ease !important;
|
|
105
105
|
}
|
|
106
106
|
.field-tag-input .tag-input-list-row .tag-input-list-content .tag-input-tag:hover {
|
|
107
|
-
transform: translateY(-1px);
|
|
108
|
-
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
|
|
107
|
+
transform: translateY(-1px) !important;
|
|
108
|
+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
|
|
109
109
|
}
|
|
110
110
|
.field-tag-input .tag-input-list-row .tag-input-list-content .tag-input-tag.is-removing {
|
|
111
|
-
opacity: 0.6;
|
|
111
|
+
opacity: 0.6 !important;
|
|
112
112
|
}
|
|
113
113
|
.field-tag-input .tag-input-list-row .tag-input-list-content .tag-input-placeholder {
|
|
114
|
-
display: inline-block;
|
|
115
|
-
color: var(--el-text-color-placeholder);
|
|
116
|
-
font-size: 13px;
|
|
117
|
-
line-height: 24px;
|
|
114
|
+
display: inline-block !important;
|
|
115
|
+
color: var(--el-text-color-placeholder) !important;
|
|
116
|
+
font-size: 13px !important;
|
|
117
|
+
line-height: 24px !important;
|
|
118
118
|
}
|
|
119
119
|
.tag-fade-enter-active,
|
|
120
120
|
.tag-fade-leave-active {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deppon/deppon-template",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.8",
|
|
4
4
|
"main": "es/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"less": "^4.2.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@deppon/deppon-assets": "2.3.
|
|
47
|
-
"@deppon/deppon-request": "2.3.
|
|
48
|
-
"@deppon/deppon-router": "2.3.
|
|
49
|
-
"@deppon/deppon-ui": "2.3.
|
|
50
|
-
"@deppon/deppon-utils": "2.3.
|
|
46
|
+
"@deppon/deppon-assets": "2.3.8",
|
|
47
|
+
"@deppon/deppon-request": "2.3.8",
|
|
48
|
+
"@deppon/deppon-router": "2.3.8",
|
|
49
|
+
"@deppon/deppon-ui": "2.3.8",
|
|
50
|
+
"@deppon/deppon-utils": "2.3.8",
|
|
51
51
|
"dayjs": "^1.11.10",
|
|
52
52
|
"lodash-es": "^4.17.21",
|
|
53
53
|
"mitt": "^3.0.1"
|