|
@@ -148,6 +148,31 @@ uni-input {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+.tableType1-1 {
|
|
|
+
|
|
|
+ .u-row {
|
|
|
+ align-items: initial !important;
|
|
|
+ line-height: 28px;
|
|
|
+ border: 1px #e5e5e5 solid;
|
|
|
+ border-bottom: 0px;
|
|
|
+
|
|
|
+ >.u-col {
|
|
|
+ border-right: 1px #e5e5e5 solid;
|
|
|
+ white-space: normal;
|
|
|
+ word-break: break-all;
|
|
|
+ }
|
|
|
+
|
|
|
+ >.u-col:last-child {
|
|
|
+ border-right: 0px #e5e5e5 solid;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .u-row:last-child {
|
|
|
+ .u-col {
|
|
|
+ border-bottom: 1px #e5e5e5 solid;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
//自写table表格样式-横向
|
|
|
.tableType2 {
|
|
@@ -212,6 +237,7 @@ uni-input {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.tableType4 {
|
|
|
.u-row {
|
|
|
align-items: initial !important;
|