Prechádzať zdrojové kódy

封装echarts方法

Rmengdi 11 mesiacov pred
rodič
commit
9e0139eeff
1 zmenil súbory, kde vykonal 0 pridanie a 7 odobranie
  1. 0 7
      pdaaphm-ui/src/views/index.vue

+ 0 - 7
pdaaphm-ui/src/views/index.vue

@@ -581,10 +581,7 @@ export default {
 <style scoped lang="scss">
 .home {
   width: 100%;
-  /* 设置宽度为100%,以充满父 div 的宽度 */
   min-height: calc(100vh - 84px);
-  /* 设置高度为100%,以充满父 div 的高度 */
-  // background-color: #f4f4f4;
   overflow: hidden;
 }
 
@@ -595,8 +592,6 @@ export default {
   // background-color: white;
   border-radius: 15px;
   overflow: hidden;
-  // box-shadow: 0 0 10px rgba(63, 155, 255, 0.5);
-  // background: url("../assets/images/msgBg3.png") no-repeat center / contain;
 }
 
 .chart {
@@ -743,8 +738,6 @@ export default {
     width: 18%;
     height: 95%;
     overflow: auto;
-    // background: url("../assets/images/msgBg3.png") no-repeat center / contain;
-    // background: rgba(0, 0, 0, 0.15);
     border: 2px solid transparent;
     background-clip: padding-box;
     box-shadow: 0 0 10px rgba(63, 155, 255, 0.5);