@zat-design/sisyphus-react 3.4.2-beta.14 → 3.4.2-beta.16

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.
@@ -0,0 +1,3 @@
1
+ var undefined$1 = undefined;
2
+
3
+ export default undefined$1;
@@ -6,7 +6,7 @@
6
6
  ~ .forever-checkbox:not(.@{ant-prefix}-input-disabled):not(
7
7
  .@{ant-prefix}-input-borderless
8
8
  ).@{ant-prefix}-input {
9
- background: @zaui-base-bg;
9
+ // background: @zaui-base-bg;
10
10
  border-color: var(--ant-error-color);
11
11
  }
12
12
  .forever-checkbox:not(.@{ant-prefix}-input-disabled):not(
@@ -147,8 +147,22 @@
147
147
  border-radius: 4px;
148
148
  }
149
149
 
150
- // 查看模式 修改容器样式
151
- .@{ant-prefix}-form-item-control-input-content > span, // 地址组件
150
+ // 地址组件
151
+ .@{ant-prefix}-form-item-control-input-content {
152
+ & > .pro-address {
153
+ .ant-select-selector,
154
+ .ant-input-affix-wrapper,
155
+ .ant-input-disabled {
156
+ background: @zaui-contract-bg;
157
+ }
158
+ }
159
+ & > .ant-input-group {
160
+ .forever-checkbox {
161
+ background: @zaui-contract-bg;
162
+ }
163
+ }
164
+ }
165
+
152
166
  .pro-form-view-container {
153
167
  padding: 4px 8px;
154
168
  background: @zaui-contract-bg;
@@ -73,7 +73,7 @@
73
73
 
74
74
  .@{ant-prefix}-collapse-header-text {
75
75
  position: relative;
76
- padding-left: 12px;
76
+ padding-left: 15px;
77
77
  font-size: var(--zaui-font-size, 14px);
78
78
 
79
79
  &::before {
@@ -163,7 +163,7 @@
163
163
  background: #fafafa;
164
164
 
165
165
  &.@{ant-prefix}-descriptions-item {
166
- padding-left: 20px;
166
+ padding-left: 23px;
167
167
  }
168
168
  }
169
169
 
@@ -0,0 +1,2 @@
1
+ @import "./components.less";
2
+ @import "./theme/index.less";
@@ -6,7 +6,7 @@
6
6
  ~ .forever-checkbox:not(.@{ant-prefix}-input-disabled):not(
7
7
  .@{ant-prefix}-input-borderless
8
8
  ).@{ant-prefix}-input {
9
- background: @zaui-base-bg;
9
+ // background: @zaui-base-bg;
10
10
  border-color: var(--ant-error-color);
11
11
  }
12
12
  .forever-checkbox:not(.@{ant-prefix}-input-disabled):not(
@@ -147,8 +147,22 @@
147
147
  border-radius: 4px;
148
148
  }
149
149
 
150
- // 查看模式 修改容器样式
151
- .@{ant-prefix}-form-item-control-input-content > span, // 地址组件
150
+ // 地址组件
151
+ .@{ant-prefix}-form-item-control-input-content {
152
+ & > .pro-address {
153
+ .ant-select-selector,
154
+ .ant-input-affix-wrapper,
155
+ .ant-input-disabled {
156
+ background: @zaui-contract-bg;
157
+ }
158
+ }
159
+ & > .ant-input-group {
160
+ .forever-checkbox {
161
+ background: @zaui-contract-bg;
162
+ }
163
+ }
164
+ }
165
+
152
166
  .pro-form-view-container {
153
167
  padding: 4px 8px;
154
168
  background: @zaui-contract-bg;
@@ -73,7 +73,7 @@
73
73
 
74
74
  .@{ant-prefix}-collapse-header-text {
75
75
  position: relative;
76
- padding-left: 12px;
76
+ padding-left: 15px;
77
77
  font-size: var(--zaui-font-size, 14px);
78
78
 
79
79
  &::before {
@@ -163,7 +163,7 @@
163
163
  background: #fafafa;
164
164
 
165
165
  &.@{ant-prefix}-descriptions-item {
166
- padding-left: 20px;
166
+ padding-left: 23px;
167
167
  }
168
168
  }
169
169
 
@@ -0,0 +1,2 @@
1
+ @import "./components.less";
2
+ @import "./theme/index.less";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.4.2-beta.14",
3
+ "version": "3.4.2-beta.16",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",