+
-
{{col.name}}
+
{{col.name}}
@@ -499,7 +497,7 @@ export default {
margin: 0.1rem 0.1rem;
table {
- width: max-content;
+ /*width: max-content;*/
border-collapse: collapse;
border: 0.01rem solid #1989fa;
table-layout: fixed;
@@ -512,7 +510,8 @@ export default {
padding: 0 0.4rem;
margin: 0;
font-weight: bold;
- max-width: 1.2rem;
+ white-space: nowrap;
+ /*max-width: 1.2rem;*/
}
tbody td {
font-size: 0.3rem;
@@ -521,9 +520,9 @@ export default {
white-space: break-spaces;
word-wrap: break-word;
overflow-wrap: break-word;
- padding: 0;
+ padding: 0 0.1rem;
margin: 0;
- max-width: 1.5rem;
+ /*max-width: 1.5rem;*/
position: relative;
}
@@ -593,6 +592,14 @@ export default {
.form_readonly /deep/ .van-icon-arrow-down {
display: none;
}
+
+ .absolute-full {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ }
}