luyanan 6 年之前
父節點
當前提交
c616de3653

+ 0 - 14
src/components/bench-views/demandSearch/DemandComplete.vue

@ -94,17 +94,3 @@
94 94
    }
95 95
  };
96 96
</script>
97

98
<style lang="stylus" rel="stylesheet/stylus">
99
  .listMain
100
    .select
101
      margin-top: 10px
102
      .week
103
        border: 1px solid #e4e7ed
104
        display: inline-block
105
        margin-right: 40px
106
        .weekText
107
          margin: 0 8px
108
        .el-select
109
          width: 130px
110
</style>

+ 0 - 14
src/components/bench-views/demandSearch/DemandPublish.vue

@ -113,17 +113,3 @@
113 113
     }
114 114
   };
115 115
</script>
116

117
<style lang="stylus" rel="stylesheet/stylus">
118
  .listMain
119
    .select
120
      margin-top: 10px
121
      .week
122
        border: 1px solid #e4e7ed
123
        display: inline-block
124
        margin-right: 40px
125
        .weekText
126
          margin: 0 8px
127
          .el-select
128
            width: 130px
129
</style>

+ 10 - 0
src/components/bench-views/demandSearch/DemandSearch.vue

@ -45,4 +45,14 @@
45 45
        .list-tagy
46 46
          li
47 47
            margin-right: 70px
48
  .listMain
49
    .select
50
      margin-top: 20px
51
      .week
52
        display: inline-block
53
        margin-right: 40px
54
        .weekText
55
          margin: 0 8px
56
        .el-select
57
          width: 130px
48 58
</style>