1060b43d by xiaomiao

--no commit message

1 parent 6ea2c27b
...@@ -173,10 +173,15 @@ export default { ...@@ -173,10 +173,15 @@ export default {
173 .bgc{ 173 .bgc{
174 174
175 td{ 175 td{
176 background-color: rgb(182, 203, 207) !important; 176 // background-color: rgb(182, 203, 207) !important;
177 177
178 } 178 }
179 } 179 }
180 .xxTable tr td{
181
182 min-width: 520px!important;
183
184 }
180 .red{ 185 .red{
181 color: red; 186 color: red;
182 } 187 }
......