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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ct-component-plus",
3
3
  "private": false,
4
- "version": "0.0.26",
4
+ "version": "0.0.27",
5
5
  "type": "module",
6
6
  "main": "packages/components/index.js",
7
7
  "files": [
@@ -321,7 +321,7 @@ export default {
321
321
  },
322
322
  };
323
323
  </script>
324
- <style lang='less' scoped>
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
- :deep(.ct-search-box) {
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
- :deep(.ct-table-box) {
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>