@yoooloo42/joker 1.0.83 → 1.0.85
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/dist/bundle.css +12 -113
- package/dist/index.cjs.js +1829 -1523
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1830 -1524
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/dist/bundle.css
CHANGED
|
@@ -6,16 +6,6 @@
|
|
|
6
6
|
height: 40px;
|
|
7
7
|
line-height: 40px;
|
|
8
8
|
}
|
|
9
|
-
@charset "UTF-8";
|
|
10
|
-
/* 样式范围限制在组件内部,但 @vueup/vue-quill 的样式是全局的 */
|
|
11
|
-
.rich-text-editor-container[data-v-02babd36] {
|
|
12
|
-
min-height: 200px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
/* 可以覆盖一些基础样式 */
|
|
16
|
-
[data-v-02babd36] .ql-editor {
|
|
17
|
-
min-height: 200px;
|
|
18
|
-
}
|
|
19
9
|
.avatar[data-v-0b647a60] {
|
|
20
10
|
border: 1px dashed #d9d9d9;
|
|
21
11
|
}
|
|
@@ -30,114 +20,23 @@
|
|
|
30
20
|
.avatar[data-v-6fc32e0e]:hover {
|
|
31
21
|
border-color: #409EFF;
|
|
32
22
|
}
|
|
33
|
-
.
|
|
34
|
-
|
|
35
|
-
margin:
|
|
36
|
-
padding: 10px;
|
|
37
|
-
background-color: #a6a6a6;
|
|
38
|
-
border-radius: 5px;
|
|
39
|
-
color: white;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.popup-value-item {
|
|
43
|
-
display: inline-block;
|
|
44
|
-
margin: 10px;
|
|
45
|
-
padding: 10px;
|
|
46
|
-
background-color: #a6a6a6;
|
|
47
|
-
border-radius: 5px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.input {
|
|
51
|
-
width: 200px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.delete {
|
|
55
|
-
margin-left: 10px;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.line {
|
|
59
|
-
height: 1px;
|
|
60
|
-
background-color: #6a6a6a;
|
|
61
|
-
margin-top: 10px;
|
|
62
|
-
margin-bottom: 10px;
|
|
63
|
-
}
|
|
64
|
-
.item-label {
|
|
65
|
-
text-align: right;
|
|
66
|
-
padding-right: 10px;
|
|
67
|
-
color: #919191;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.item-value {
|
|
71
|
-
color: blue;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.input-address {
|
|
75
|
-
width: 300px;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.input-tel {
|
|
79
|
-
width: 200px;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.input-name {
|
|
83
|
-
width: 200px;
|
|
23
|
+
.edit-icon[data-v-8e9aa4f6] {
|
|
24
|
+
vertical-align: middle;
|
|
25
|
+
margin-right: 5px;
|
|
84
26
|
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
background-color: #6a6a6a;
|
|
89
|
-
margin-top: 10px;
|
|
90
|
-
margin-bottom: 10px;
|
|
27
|
+
.edit-icon[data-v-5dad54db] {
|
|
28
|
+
vertical-align: middle;
|
|
29
|
+
margin-right: 5px;
|
|
91
30
|
}
|
|
92
31
|
.edit-icon[data-v-5a05f3cf] {
|
|
93
32
|
vertical-align: middle;
|
|
94
33
|
margin-right: 5px;
|
|
95
34
|
}
|
|
96
|
-
.
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
.value-size {
|
|
101
|
-
margin-left: 10px;
|
|
102
|
-
color: blue;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.value-size-empty {
|
|
106
|
-
color: #919191;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.value-new {
|
|
110
|
-
margin-left: 10px;
|
|
111
|
-
width: 32px;
|
|
112
|
-
height: 32px;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.input-name {
|
|
116
|
-
width: 200px;
|
|
117
|
-
margin-bottom: 10px;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.input-size {
|
|
121
|
-
width: 300px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.line {
|
|
125
|
-
height: 1px;
|
|
126
|
-
background-color: #6a6a6a;
|
|
127
|
-
margin-top: 10px;
|
|
128
|
-
margin-bottom: 10px;
|
|
129
|
-
}
|
|
130
|
-
.value-number-empty {
|
|
131
|
-
color: #919191;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.input-number {
|
|
135
|
-
width: 200px;
|
|
35
|
+
.edit-icon[data-v-7c91545e] {
|
|
36
|
+
vertical-align: middle;
|
|
37
|
+
margin-right: 5px;
|
|
136
38
|
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
background-color: #6a6a6a;
|
|
141
|
-
margin-top: 10px;
|
|
142
|
-
margin-bottom: 10px;
|
|
39
|
+
.edit-icon[data-v-a99f2fc8] {
|
|
40
|
+
vertical-align: middle;
|
|
41
|
+
margin-right: 5px;
|
|
143
42
|
}
|