Ver Fonte

Update 修改tab的关闭按钮

Yue há 2 anos atrás
pai
commit
2fa43df713

BIN
VbdsmUI_V2.1.1/src/pc/manage/css/img/close.png


+ 6 - 6
VbdsmUI_V2.1.1/src/pc/manage/css/mainvb.css

@@ -412,21 +412,21 @@ body {
 	font-weight: 600;
 }
 .layout-panel-center .easyui-layout-center .tabs-header .tabs a.tabs-close {
-	/* background: url(img/close.png) no-repeat center center; */
+	background: url(img/close.png) no-repeat center center;
 	text-decoration: none;
-	background: #2ca3f6;
+	/* background: #2ca3f6; */
 	border-radius: 50%;
 	width: 16px;
 	height: 16px;
 	right: 20px;
 }
-.layout-panel-center .easyui-layout-center .tabs-header .tabs a.tabs-close::before {
+/* .layout-panel-center .easyui-layout-center .tabs-header .tabs a.tabs-close::before {
 	content: "x";
 	color: #eee;
 	display: flex;
 	justify-content: center;
 	align-items: center;
-}
+} */
 .layout-panel-center .easyui-layout-center .tabs-header .tabs a:hover.tabs-close::before {
 	color: #fff;
 }
@@ -435,9 +435,9 @@ body {
 	color: #3ba9f6;
 	font-weight: 600;
 }
-/* .layout-panel-center .easyui-layout-center .tabs-header .tabs li.tabs-selected a.tabs-close {
+.layout-panel-center .easyui-layout-center .tabs-header .tabs li.tabs-selected a.tabs-close {
 	background: url(img/close.png) no-repeat center center;
-} */
+}
 .layout-panel-center .easyui-layout-center .tabs-header .tabs li:first-child a.tabs-inner {
 	padding-right: 20px;
 }