Explorar o código

主管任务增加经销商选项

zhujindu hai 5 meses
pai
achega
87ab5bce11
Modificáronse 1 ficheiros con 77 adicións e 75 borrados
  1. 77 75
      src/views/week/VisitSummary.vue

+ 77 - 75
src/views/week/VisitSummary.vue

@@ -588,91 +588,93 @@ export default {
   },
 };
 </script>
-<style>
-.cardContent {
-  padding: 0;
-  box-sizing: border-box;
-}
+<style lang="scss">
+.VisitSummary {
+  .cardContent {
+    padding: 0;
+    box-sizing: border-box;
+  }
 
-.cardContent .title {
-  font-size: 15px;
-  font-weight: bold;
-  color: #333;
-  line-height: 22px;
-  display: flex;
-  justify-content: space-between;
-}
+  .cardContent .title {
+    font-size: 15px;
+    font-weight: bold;
+    color: #333;
+    line-height: 22px;
+    display: flex;
+    justify-content: space-between;
+  }
 
-.cardContent .title p {
-  padding: 0;
-  margin: 0;
-}
+  .cardContent .title p {
+    padding: 0;
+    margin: 0;
+  }
 
-.cardContent .title .textLeft {
-  display: inline-block;
-  padding-bottom: 10px;
-}
+  .cardContent .title .textLeft {
+    display: inline-block;
+    padding-bottom: 10px;
+  }
 
-.cardContent .title .textRight {
-  float: right;
-  color: #0057ba;
-}
+  .cardContent .title .textRight {
+    float: right;
+    color: #0057ba;
+  }
 
-.cardContent .info {
-  font-size: 14px;
-  color: #666;
-  line-height: 26px;
-}
+  .cardContent .info {
+    font-size: 14px;
+    color: #666;
+    line-height: 26px;
+  }
 
-.search-icon {
-  font-size: 16px;
-  line-height: inherit;
-  margin-top: 4px;
-}
+  .search-icon {
+    font-size: 16px;
+    line-height: inherit;
+    margin-top: 4px;
+  }
 
-.brud {
-  margin: 16px;
-  border-radius: 8px;
-  overflow: hidden;
-}
+  .brud {
+    margin: 16px;
+    border-radius: 8px;
+    overflow: hidden;
+  }
 
-.contentpd16 {
-  padding: 16px;
-  background-color: white;
-}
+  .contentpd16 {
+    padding: 16px;
+    background-color: white;
+  }
 
-.Btn100 {
-  margin: 0 auto 10px;
-  display: block;
-  width: 100%;
-  border-radius: 5px;
-  color: #fff !important;
-  background-color: #0057ba;
-  border: 1px solid #0057ba;
-  height: 36px;
-}
+  .Btn100 {
+    margin: 0 auto 10px;
+    display: block;
+    width: 100%;
+    border-radius: 5px;
+    color: #fff !important;
+    background-color: #0057ba;
+    border: 1px solid #0057ba;
+    height: 36px;
+  }
 
-.contentpd16 .van-cell {
-  background-color: #ebf4ff;
-  margin: 8px 0;
-  border-radius: 5px;
-  padding: 4px 16px;
-}
-.elTreeTableLsiy th.el-table__cell > .cell {
-  text-align: center;
-}
-.elTreeTableLsiy td.el-table__cell div {
-  text-align: right;
-}
-.elTreeTableLsiy .el-table__cell {
-  padding: 2px 0;
-}
-.elTreeTableLsiy .el-table__cell:first-child .cell {
-  text-align: center;
-}
-.contentpd16 .inputSearch .van-cell {
-  padding: 0;
-  margin: 4px 0;
+  .contentpd16 .van-cell {
+    background-color: #ebf4ff;
+    margin: 8px 0;
+    border-radius: 5px;
+    padding: 4px 16px;
+  }
+  .elTreeTableLsiy th.el-table__cell > .cell {
+    text-align: center;
+  }
+  .elTreeTableLsiy td.el-table__cell div {
+    text-align: right;
+  }
+  .elTreeTableLsiy .el-table__cell {
+    padding: 2px 0;
+  }
+  .elTreeTableLsiy .el-table__cell:first-child .cell {
+    text-align: center;
+  }
+  .contentpd16 .inputSearch .van-cell {
+    padding: 0;
+    margin: 4px 0;
+  }
 }
 </style>
 <style lang="scss">