cc-core-cli 1.0.105 → 1.0.106
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
|
@@ -1437,4 +1437,19 @@ html {
|
|
|
1437
1437
|
background-color: transparent;
|
|
1438
1438
|
-webkit-tap-highlight-color: transparent;
|
|
1439
1439
|
}
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
.main-body {
|
|
1444
|
+
.ant-affix {
|
|
1445
|
+
z-index: 24;
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
.icon-menu-hor {
|
|
1450
|
+
background-color: @menu-item-color;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
.ant-menu-item-selected .icon-menu-hor {
|
|
1454
|
+
background-color: @menu-item-active-bg;
|
|
1440
1455
|
}
|