|
@@ -220,8 +220,11 @@ export default {
|
|
.cont>>>table th {
|
|
.cont>>>table th {
|
|
border-bottom: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
border-right: 1px solid #ccc;
|
|
border-right: 1px solid #ccc;
|
|
- padding: 20px 5px;
|
|
|
|
- min-width: 0px;
|
|
|
|
|
|
+ /* padding: 20px 5px; */
|
|
|
|
+ padding: 5px 10px;
|
|
|
|
+ max-width: 0px;
|
|
|
|
+ height: 30px;
|
|
|
|
+ vertical-align: baseline;
|
|
}
|
|
}
|
|
|
|
|
|
.cont>>>table th {
|
|
.cont>>>table th {
|