wenbobowen 4 năm trước cách đây
mục cha
commit
966fef8011

+ 2 - 0
src/views/projectManage/bugList/bugindex.vue

@@ -225,6 +225,8 @@
               </el-row>
             </el-form>
           </el-col>
+          <!-- 防止边距溢出 -->
+          <div style="width: 100%; display: flex" />
           <div v-if="filterList.length && filterList.length > 0" class="filter">
             <div class="filterWrap">
               <div class="title">我的过滤器:</div>

+ 1 - 1
src/views/projectManage/bugList/file/createdBug.vue

@@ -875,7 +875,7 @@ export default {
 }
 </style>
 
-<style lang="scss">
+<style lang="less">
 .copy-task {
   .el-select {
     width: 20vw;

+ 1 - 1
src/views/projectManage/projectList/components/scheduledMember.vue

@@ -42,7 +42,7 @@ export default {
 }
 </script>
 
-<style lang="scss" scoped>
+<style lang="less" scoped>
 .projected-code {
   color: #333333;
   background: #FAFAFA;

+ 1 - 1
src/views/projectManage/projectList/projectIndex.vue

@@ -553,7 +553,7 @@ export default {
 }
 </style>
 
-<style lang="scss" scoped>
+<style lang="less" scoped>
 .stylus-head {
   position: relative;
 }