app-form-view 0.0.0 → 0.0.1
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/style.css +19 -19
- package/dist/index.js +2 -107904
- package/package.json +1 -1
- package/scripts/rollup.config.build.js +14 -3
package/dist/css/style.css
CHANGED
|
@@ -1,23 +1,4 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.checkbox-wrap,
|
|
3
|
-
.radio-wrap {
|
|
4
|
-
min-height: 34px;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.download-btn {
|
|
8
|
-
position: absolute;
|
|
9
|
-
right: 8px;
|
|
10
|
-
bottom: 8px;
|
|
11
|
-
width: 32px;
|
|
12
|
-
height: 32px;
|
|
13
|
-
border-radius: 50%;
|
|
14
|
-
background: rgba(0, 0, 0, 0.5);
|
|
15
|
-
display: flex;
|
|
16
|
-
align-items: center;
|
|
17
|
-
justify-content: center;
|
|
18
|
-
z-index: 1;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
2
|
/* 只在当前组件生效 */
|
|
22
3
|
.date-time-picker-year .van-picker-column:nth-child(2) {
|
|
23
4
|
display: none !important;
|
|
@@ -110,6 +91,11 @@
|
|
|
110
91
|
background-color: #1976D2;
|
|
111
92
|
}
|
|
112
93
|
|
|
94
|
+
.checkbox-wrap,
|
|
95
|
+
.radio-wrap {
|
|
96
|
+
min-height: 34px;
|
|
97
|
+
}
|
|
98
|
+
|
|
113
99
|
.sl-table-wrapper {
|
|
114
100
|
width: 100%;
|
|
115
101
|
position: relative;
|
|
@@ -128,6 +114,20 @@
|
|
|
128
114
|
font-size: 14px;
|
|
129
115
|
}
|
|
130
116
|
|
|
117
|
+
.download-btn {
|
|
118
|
+
position: absolute;
|
|
119
|
+
right: 8px;
|
|
120
|
+
bottom: 8px;
|
|
121
|
+
width: 32px;
|
|
122
|
+
height: 32px;
|
|
123
|
+
border-radius: 50%;
|
|
124
|
+
background: rgba(0, 0, 0, 0.5);
|
|
125
|
+
display: flex;
|
|
126
|
+
align-items: center;
|
|
127
|
+
justify-content: center;
|
|
128
|
+
z-index: 1;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
131
|
.flex, .custom-picker-container {
|
|
132
132
|
display: -webkit-box;
|
|
133
133
|
display: -ms-flexbox;
|