Parcourir la source

update Web/src/theme/media/layout.scss.
解决页面缩小时,table组件右上角的三个小按钮会消失的问题

Signed-off-by: huxinming <1419244@qq.com>

huxinming il y a 3 ans
Parent
commit
9e9ae1ce07
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      Web/src/theme/media/layout.scss

+ 3 - 3
Web/src/theme/media/layout.scss

@@ -53,7 +53,7 @@
 		}
 	}
 	// pagination 分页中的工具栏
-	.table-footer-tool {
-		display: none !important;
-	}
+	//.table-footer-tool {
+	//	display: none !important;
+	//}
 }