@titaui/pc 1.16.25-beta.1 → 1.16.26

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.
@@ -118,10 +118,10 @@
118
118
  .rc-tabs-dropdown {
119
119
  max-width: 160px;
120
120
  padding: 0 16px;
121
- border: 1px solid #f0f2f5;
121
+ border: 1px solid #f0f2f5 !important;
122
122
  border-radius: 12px;
123
123
  box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
124
- background-color: #ffffff;
124
+ background-color: #ffffff !important;
125
125
  }
126
126
 
127
127
  .rc-tabs-dropdown::before, .rc-tabs-dropdown::after {
@@ -54,7 +54,8 @@ function TitaTabs(props) {
54
54
  animated: {
55
55
  inkBar: true,
56
56
  tabPane: true
57
- }
57
+ } // eslint-disable-next-line react/jsx-props-no-spreading
58
+
58
59
  }, restProps)));
59
60
  }
60
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.25-beta.1",
3
+ "version": "1.16.26",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",