bdb6c63f by yangwei

部分样式调整

1 parent 6d21ab08
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
66 // refine element ui upload 66 // refine element ui upload
67 .el-input.is-disabled .el-input__inner { 67 .el-input.is-disabled .el-input__inner {
68 color: #FFFFFF !important; 68 color: #FFFFFF !important;
69 // background-color: transparent !important; 69 background-color: transparent !important;
70 border: 1px solid #224C7C !important; 70 border: 1px solid #224C7C !important;
71 } 71 }
72 72
......
...@@ -22,7 +22,7 @@ class data extends filter { ...@@ -22,7 +22,7 @@ class data extends filter {
22 }, 22 },
23 { 23 {
24 label: "登记类型", 24 label: "登记类型",
25 width: 70, 25 width: 100,
26 render: (h, scope) => { 26 render: (h, scope) => {
27 return ( 27 return (
28 <div> 28 <div>
......