Browse Source

样式优化

Lmm 1 year ago
parent
commit
981407287b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/App.vue

+ 3 - 2
src/App.vue

@@ -581,11 +581,12 @@ export default {
 
 <style>
 .el-table-tag {
-	/* width: 64px; */
-	padding: 4px 12px;
+	width: 58px;
+	padding: 4px 0;
 	color: #333;
 	/* border-radius: 2px; */
 	font-size: 12px;
+	display: inline-block;
 }
 
 .ps__rail-x {