@zkwq/business 0.0.95 → 0.0.97
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/dist/css/AuthorX.css +13 -13
- package/dist/css/AuthorX.min.css +1 -1
- package/dist/css/Cover.css +3 -2
- package/dist/css/Cover.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +4 -4
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/index.umd.min.cjs +2 -2
- package/package.json +1 -1
package/dist/css/AuthorX.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-0dc7dc9f]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,36 +72,36 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.Author__warp[data-v-
|
|
75
|
+
.Author__warp[data-v-0dc7dc9f] + .base-form-item__error.is-required {
|
|
76
76
|
top: 16px;
|
|
77
77
|
right: 0px;
|
|
78
78
|
width: auto;
|
|
79
79
|
left: auto;
|
|
80
80
|
text-align: right;
|
|
81
81
|
}
|
|
82
|
-
.Author__warp[data-v-
|
|
82
|
+
.Author__warp[data-v-0dc7dc9f] {
|
|
83
83
|
width: 100%;
|
|
84
84
|
height: auto;
|
|
85
85
|
overflow: hidden;
|
|
86
86
|
}
|
|
87
|
-
.Form__item[data-v-
|
|
87
|
+
.Form__item[data-v-0dc7dc9f] {
|
|
88
88
|
width: 100%;
|
|
89
89
|
height: 80px;
|
|
90
90
|
display: flex;
|
|
91
91
|
align-items: flex-start;
|
|
92
92
|
margin-top: 16px;
|
|
93
93
|
}
|
|
94
|
-
.Form__author[data-v-
|
|
94
|
+
.Form__author[data-v-0dc7dc9f] {
|
|
95
95
|
position: relative;
|
|
96
96
|
margin-right: 16px;
|
|
97
97
|
width: 100%;
|
|
98
98
|
}
|
|
99
|
-
.FormItem__tip[data-v-
|
|
99
|
+
.FormItem__tip[data-v-0dc7dc9f] {
|
|
100
100
|
position: absolute;
|
|
101
101
|
top: 40px;
|
|
102
102
|
color: #8590a6;
|
|
103
103
|
}
|
|
104
|
-
.Author__list[data-v-
|
|
104
|
+
.Author__list[data-v-0dc7dc9f] {
|
|
105
105
|
width: auto;
|
|
106
106
|
overflow: hidden;
|
|
107
107
|
margin: 8px;
|
|
@@ -112,24 +112,24 @@
|
|
|
112
112
|
flex-wrap: wrap;
|
|
113
113
|
gap: 8px;
|
|
114
114
|
}
|
|
115
|
-
.Author__list *[data-v-
|
|
115
|
+
.Author__list *[data-v-0dc7dc9f] {
|
|
116
116
|
line-height: 30px;
|
|
117
117
|
}
|
|
118
|
-
.Author__list[data-v-
|
|
118
|
+
.Author__list[data-v-0dc7dc9f]:hover {
|
|
119
119
|
background-color: #f6f6f6;
|
|
120
120
|
border-radius: 4px;
|
|
121
121
|
}
|
|
122
|
-
.Author__list--contro[data-v-
|
|
122
|
+
.Author__list--contro[data-v-0dc7dc9f] {
|
|
123
123
|
width: auto;
|
|
124
124
|
display: flex;
|
|
125
125
|
justify-content: space-between;
|
|
126
126
|
}
|
|
127
|
-
.Author__list--contro span[data-v-
|
|
127
|
+
.Author__list--contro span[data-v-0dc7dc9f] {
|
|
128
128
|
cursor: pointer;
|
|
129
129
|
}
|
|
130
|
-
.add_author[data-v-
|
|
130
|
+
.add_author[data-v-0dc7dc9f] {
|
|
131
131
|
cursor: pointer;
|
|
132
132
|
}
|
|
133
|
-
.add_author[data-v-
|
|
133
|
+
.add_author[data-v-0dc7dc9f]:hover {
|
|
134
134
|
color: #2F3A91;
|
|
135
135
|
}
|
package/dist/css/AuthorX.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-0dc7dc9f]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-0dc7dc9f]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-0dc7dc9f]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-0dc7dc9f]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-0dc7dc9f]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-0dc7dc9f]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-0dc7dc9f]{width:auto;overflow:hidden;margin:8px;padding:8px;height:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.Author__list [data-v-0dc7dc9f]{line-height:30px}.Author__list[data-v-0dc7dc9f]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list--contro[data-v-0dc7dc9f]{width:auto;display:flex;justify-content:space-between}.Author__list--contro span[data-v-0dc7dc9f]{cursor:pointer}.add_author[data-v-0dc7dc9f]{cursor:pointer}.add_author[data-v-0dc7dc9f]:hover{color:#2f3a91}
|
package/dist/css/Cover.css
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
3
|
+
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
|
|
@@ -112,5 +114,4 @@
|
|
|
112
114
|
.avatar[data-v-b7afb416] {
|
|
113
115
|
width: 314px;
|
|
114
116
|
height: 130px;
|
|
115
|
-
}
|
|
116
|
-
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
117
|
+
}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}
|
|
1
|
+
.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}
|