aldehyde 0.2.361 → 0.2.362

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.
@@ -93,6 +93,16 @@
93
93
  }
94
94
  }
95
95
  }
96
+
97
+ /* selectTable 弹窗样式 */
98
+ .ant-popover-inner {
99
+ background: transparent !important;
100
+ }
101
+
102
+ .ant-popover-inner-content>div {
103
+ background-color: #041B3B !important;
104
+ border-color: #15325b !important;
105
+ }
96
106
  }
97
107
 
98
108
  .v3-antd-table {
@@ -86,6 +86,16 @@
86
86
  }
87
87
  }
88
88
  }
89
+
90
+ /* selectTable 弹窗样式 */
91
+ .ant-popover-inner {
92
+ background: transparent !important;
93
+ }
94
+
95
+ .ant-popover-inner-content>div {
96
+ background-color: #001325 !important;
97
+ border-color: #15325b !important;
98
+ }
89
99
  }
90
100
 
91
101
  .v4-antd-table {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aldehyde",
3
- "version": "0.2.361",
3
+ "version": "0.2.362",
4
4
  "author": "cosmicparticle",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/aldehyde/index.txs",
@@ -93,6 +93,16 @@
93
93
  }
94
94
  }
95
95
  }
96
+
97
+ /* selectTable 弹窗样式 */
98
+ .ant-popover-inner {
99
+ background: transparent !important;
100
+ }
101
+
102
+ .ant-popover-inner-content>div {
103
+ background-color: #041B3B !important;
104
+ border-color: #15325b !important;
105
+ }
96
106
  }
97
107
 
98
108
  .v3-antd-table {
@@ -86,6 +86,16 @@
86
86
  }
87
87
  }
88
88
  }
89
+
90
+ /* selectTable 弹窗样式 */
91
+ .ant-popover-inner {
92
+ background: transparent !important;
93
+ }
94
+
95
+ .ant-popover-inner-content>div {
96
+ background-color: #001325 !important;
97
+ border-color: #15325b !important;
98
+ }
89
99
  }
90
100
 
91
101
  .v4-antd-table {