@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 {
|