Ver Fonte

fix: 布局调整

zh há 2 anos atrás
pai
commit
2f9757b149

+ 12 - 0
src/views/commercialEngineering/components/base.vue

@@ -833,9 +833,21 @@ export default {
 </script>
 
 <style lang="scss" scoped>
+.diy-table-1 {
+  border: 1px solid #cccc;
+  border-right: none;
+    border-bottom: none;
+}
+.diy-table-1 .item {
+  border-bottom: 1px solid #ccc;
+}
 .diy-table-1 .item .label {
   width: 180px;
   padding: 10px;
+  border-right: 1px solid #ccc;
+}
+.diy-table-1 .item .value{
+  border-right: 1px solid #ccc;
 }
 ::v-deep .el-select {
   width: 100% !important;

+ 11 - 0
src/views/commercialEngineering/components/examine.vue

@@ -269,9 +269,20 @@ export default {
 </script>
 
 <style lang="scss" scoped>
+.diy-table-1 {
+  border: 1px solid #cccc;
+}
+.diy-table-1 .item {
+  border-bottom: 1px solid #ccc;
+}
 .diy-table-1 .item .label {
   width: 150px;
+  border-right: 1px solid #ccc;
 }
+.diy-table-1 .item .value{
+  border-right: 1px solid #ccc;
+}
+
 ::v-deep .el-radio {
   margin-right: 120px;
 }