|
@@ -184,6 +184,24 @@ img {
|
|
|
margin-right: auto;
|
|
|
}
|
|
|
|
|
|
+.ant-tabs-tabpane {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ display: block !important;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.ant-tabs-tabpane-hidden {
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+
|
|
|
+.ant-tabs-tabpane-active {
|
|
|
+ z-index: 999;
|
|
|
+}
|
|
|
+
|
|
|
/** antd ui增加 */
|
|
|
.ant-text-btn-color-primary {
|
|
|
color: var(--primary-color) !important;
|