Browse Source

feat: 企微助手 - 客户分析 - "基础数据分析"前端页面

zhengxy 2 years ago
parent
commit
b10501c930
1 changed files with 1 additions and 34 deletions
  1. 1 34
      project/src/components/customerAnalysis/baseData/genderPayPie.vue

+ 1 - 34
project/src/components/customerAnalysis/baseData/genderPayPie.vue

@@ -95,38 +95,5 @@ export default {
95 95
 </script>
96 96
 
97 97
 <style lang="scss" scoped>
98
-.genderPayPie-wrap {
99
-  .desc-wrap {
100
-    font-size: 13px;
101
-    color: #333;
102
-    .desc-item {
103
-      margin-right: 4px;
104
-      &:last-child {
105
-        margin-right: 0;
106
-      }
107
-    }
108
-  }
109
-  .bar-wrap {
110
-    margin-top: 14px;
111
-    width: 80%;
112
-    display: flex;
113
-    align-items: center;
114
-    height: 10px;
115
-    .bar-item {
116
-      position: relative;
117
-      border-radius: 10px;
118
-      height: 100%;
119
-      margin-left: -5px;
120
-      cursor: pointer;
121
-      &:first-child {
122
-        margin-left: 0;
123
-      }
124
-      &.on {
125
-        height: 14px;
126
-        z-index: 999 !important;
127
-      }
128
-    }
129
-
130
-  }
131
-}
98
+// .genderPayPie-wrap {}
132 99
 </style>