lw-cdp-ui 1.2.10 → 1.2.12
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.
|
@@ -176,8 +176,9 @@ export default {
|
|
|
176
176
|
min-height: 40px;
|
|
177
177
|
display: flex;
|
|
178
178
|
flex-wrap: wrap;
|
|
179
|
-
|
|
179
|
+
// gap: 10px;
|
|
180
180
|
> div {
|
|
181
|
+
margin-bottom: 10px;
|
|
181
182
|
.title-name {
|
|
182
183
|
margin-top: 0;
|
|
183
184
|
}
|
|
@@ -192,9 +193,15 @@ export default {
|
|
|
192
193
|
background-color: rgba($color: #000000, $alpha: 0.01);
|
|
193
194
|
}
|
|
194
195
|
}
|
|
196
|
+
// :deep(.el-form-item__content){
|
|
197
|
+
// margin-left: -5px;
|
|
198
|
+
// margin-right: -5px;
|
|
199
|
+
// }
|
|
195
200
|
.object-item {
|
|
196
|
-
|
|
197
|
-
|
|
201
|
+
// margin: 0 5px;
|
|
202
|
+
padding: 15px 10px;
|
|
203
|
+
background-color: #fff;
|
|
204
|
+
box-shadow: 0 0 3px rgba($color: #000000, $alpha: 0.1);
|
|
198
205
|
}
|
|
199
206
|
|
|
200
207
|
:deep(.el-col) {
|
|
@@ -203,8 +210,9 @@ export default {
|
|
|
203
210
|
|
|
204
211
|
.list-item {
|
|
205
212
|
width: 100%;
|
|
206
|
-
padding: 10px;
|
|
207
|
-
background-color:
|
|
213
|
+
padding: 15px 10px;
|
|
214
|
+
background-color: #fff;
|
|
215
|
+
box-shadow: 0 0 3px rgba($color: #000000, $alpha: 0.1);
|
|
208
216
|
margin-bottom: 10px;
|
|
209
217
|
position: relative;
|
|
210
218
|
.remove-btn {
|