haopeng лет назад: 2
Родитель
Сommit
8030bb585c
1 измененных файлов с 0 добавлено и 35 удалено
  1. 0 35
      src/pages/home/detailList/index.vue

+ 0 - 35
src/pages/home/detailList/index.vue

@@ -86,13 +86,9 @@ export default {
86 86
 
87 87
 <style lang="less" scoped>
88 88
   .container {
89
-    // width: 100%;
90
-    // height: 100%;
91
-    // display: flex;
92 89
     background-color: #FFFFFF;
93 90
     .row {
94 91
       display: flex;
95
-      // flex-wrap: wrap;
96 92
       .time, .project-wrapper .project {
97 93
         width: 77px;
98 94
         height: 80px;
@@ -120,36 +116,5 @@ export default {
120 116
         }
121 117
       }
122 118
     }
123
-    // .left .time, .right .project-row .project-item {
124
-    //   width: 77px;
125
-    //   height: 80px;
126
-    //   display: flex;
127
-    //   flex-direction: column;
128
-    //   justify-content: center;
129
-    //   align-items: center;
130
-    //   font-family: PingFangSC-Medium, PingFang SC;
131
-    // }
132
-    // .left {
133
-    //   width: 77px;
134
-    //   display: flex;
135
-    //   flex-direction: column;
136
-    // }
137
-    // .right {
138
-    //   display: flex;
139
-    //   flex-direction: column;
140
-    //   .project-row {
141
-    //     display: flex;
142
-    //     flex-wrap: wrap;
143
-    //     .project-item {
144
-    //       span:nth-child(1) {
145
-    //         font-size: 12px;
146
-    //         margin-bottom: 3px;
147
-    //       }
148
-    //       span:nth-child(2) {
149
-    //         font-size: 10px;
150
-    //       }
151
-    //     }
152
-    //   }
153
-    // }
154 119
   }
155 120
 </style>