bri-components 1.3.9 → 1.3.11
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.
package/package.json
CHANGED
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
// 按钮式、卡片式
|
|
383
383
|
&-button {
|
|
384
384
|
height: 32px;
|
|
385
|
-
&.ivu-tabs>.ivu-tabs-bar {
|
|
385
|
+
&.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar {
|
|
386
386
|
border: none;
|
|
387
387
|
margin-bottom: 0px;
|
|
388
388
|
height: 100%;
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
|
|
439
439
|
&-card {
|
|
440
440
|
height: 32px;
|
|
441
|
-
&.ivu-tabs > .ivu-tabs-bar {
|
|
441
|
+
&.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar {
|
|
442
442
|
border: none;
|
|
443
443
|
margin: 0px;
|
|
444
444
|
height: 100%;
|