소스 검색

fix: 布局调整

zh 2 년 전
부모
커밋
2f9757b149
2개의 변경된 파일23개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      src/views/commercialEngineering/components/base.vue
  2. 11 0
      src/views/commercialEngineering/components/examine.vue

+ 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;
 }