wui-components-v2 1.1.74 → 1.1.76

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.
@@ -652,25 +652,23 @@ console.log('clearValueMap', clearValueMap)
652
652
  </view>
653
653
  </template>
654
654
 
655
- <style scoped>
656
- .custom-from-style {
657
- :deep(.custom-radio) {
658
- display: flex;
659
- padding: 4px;
660
- }
655
+ <style scoped lang="scss">
656
+ .custom-from-style :deep(.custom-radio) {
657
+ display: flex;
658
+ padding: 4px;
659
+ }
661
660
 
662
- :deep(.wd-form-item .wd-cell__wrapper) {
663
- gap: 12px;
664
- }
665
- :deep(.wd-form-item) {
666
- border-top: 0.6px solid #e8e8e8;
667
- padding: 12px 6px;
668
- margin: auto 6px;
669
- width: calc(100% - 12px);
670
- }
671
- :deep(.no-border-top) {
672
- border-top: none;
673
- }
661
+ .custom-from-style :deep(.wd-form-item .wd-cell__wrapper) {
662
+ gap: 12px;
663
+ }
664
+ .custom-from-style :deep(.wd-form-item) {
665
+ border-top: 0.6px solid #e8e8e8;
666
+ padding: 12px 6px;
667
+ margin: auto 6px;
668
+ width: calc(100% - 12px);
669
+ }
670
+ .custom-from-style :deep(.no-border-top) {
671
+ border-top: none;
674
672
  }
675
673
  :deep(.disabled-input) {
676
674
  background-color: #e8e8e8 !important;
@@ -680,7 +678,7 @@ console.log('clearValueMap', clearValueMap)
680
678
  :global(.wot-theme-dark) .custom-from-style :deep(.wd-form-item) {
681
679
  border-top-color: #3d3d3d;
682
680
  }
683
- :global(.wot-theme-dark) ::deep(.disabled-input) {
681
+ :global(.wot-theme-dark) :deep(.disabled-input) {
684
682
  background-color: #2f2f2f !important;
685
683
  }
686
684
  </style>
@@ -118,7 +118,7 @@ function handleSubmit() {
118
118
  top: 5px;
119
119
  bottom: 5px;
120
120
  }
121
- ::deep(.icon-arrow) {
121
+ :deep(.icon-arrow) {
122
122
  display: inline-block;
123
123
  font-size: 20px;
124
124
  vertical-align: middle;
@@ -496,13 +496,6 @@ console.log(props, 'props')
496
496
  :type="checkboxType"
497
497
  />
498
498
  </template>
499
-
500
- <template #addressInfo v-if="showAddressInfo">
501
- <div>{{ item.fieldMap[config.extDisplayConfig?.secondColumn?.sourceId] }}</div>
502
- </template>
503
- <template #detailAddress v-if="showAddressInfo">
504
- <div>{{ formatAddress(item.fieldMap[config.extDisplayConfig?.cardShowCols?.[0]?.sourceId]) }}</div>
505
- </template>
506
499
  </foldCard>
507
500
 
508
501
  <template #bottom>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wui-components-v2",
3
- "version": "1.1.74",
3
+ "version": "1.1.76",
4
4
  "description": "wui 组件库",
5
5
  "author": "wgxshh",
6
6
  "license": "MIT",