--no commit message
Showing
1 changed file
with
6 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment