ct-component-plus 0.0.26 → 0.0.27
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/package.json
CHANGED
|
@@ -321,7 +321,7 @@ export default {
|
|
|
321
321
|
},
|
|
322
322
|
};
|
|
323
323
|
</script>
|
|
324
|
-
<style lang=
|
|
324
|
+
<style lang="less">
|
|
325
325
|
.ct-page-component {
|
|
326
326
|
--content-spacing-horizontal: 20px;
|
|
327
327
|
&__header {
|
|
@@ -329,7 +329,7 @@ export default {
|
|
|
329
329
|
padding: var(--content-spacing-horizontal);
|
|
330
330
|
margin-bottom: 16px;
|
|
331
331
|
border-radius: var(--ct-border-radius);
|
|
332
|
-
|
|
332
|
+
.ct-search-box {
|
|
333
333
|
margin-bottom: 0;
|
|
334
334
|
}
|
|
335
335
|
}
|
|
@@ -338,7 +338,7 @@ export default {
|
|
|
338
338
|
padding: 0 var(--content-spacing-horizontal)
|
|
339
339
|
var(--content-spacing-horizontal);
|
|
340
340
|
border-radius: var(--ct-border-radius);
|
|
341
|
-
|
|
341
|
+
.ct-table-box {
|
|
342
342
|
margin-bottom: 0;
|
|
343
343
|
}
|
|
344
344
|
}
|
|
@@ -348,4 +348,4 @@ export default {
|
|
|
348
348
|
margin-bottom: 0;
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
|
-
</style>
|
|
351
|
+
</style>
|