瀏覽代碼

整合样式

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

+ 1 - 1
src/components/bench-views/ArticleTemplate.vue

@ -35,7 +35,7 @@
35 35
  };
36 36
</script>
37 37
<style lang="stylus" rel="stylesheet/stylus">
38
  @import '../sub-component/style'
38
  @import '../../common/stylus/listitem';
39 39
    .list-item
40 40
      &:hover
41 41
        background: #EEEEEE

+ 1 - 1
src/components/bench-views/Siderbar.styl

@ -1,4 +1,4 @@
1
 @import '../../common/stylus/mixin'
1

2 2
  .newsLeft
3 3
      float: left
4 4
      width: 140px

+ 0 - 13
src/components/bench-views/ViewWorkBench.vue

@ -1,13 +0,0 @@
1
<template>
2
  <div class="workbench">
3
    工作台
4
  </div>
5
</template>
6

7
<script>
8
  export default {
9
  };
10
</script>
11

12
<style lang="stylus" rel="stylesheet/stylus">
13
</style>

+ 2 - 2
src/components/bench-views/WorkCommon.vue

@ -43,14 +43,14 @@
43 43
</script>
44 44

45 45
<style lang="stylus" rel="stylesheet/stylus">
46

46
  @import './workCommon'
47 47
  .Site
48 48
    display: flex
49 49
    min-height: 100vh
50 50
    flex-direction: column
51 51
    .Site-content
52 52
      flex: 1
53
      padding-top:20px
53
      padding-top:80px
54 54
      .router-fade-enter-active,
55 55
      .router-fade-leave-active
56 56
        transition: opacity 0.2s

+ 2 - 0
src/components/bench-views/WorkHead.vue

@ -61,6 +61,8 @@
61 61
<style lang="stylus" rel="stylesheet/stylus">
62 62
  .workHeader
63 63
    .workHeaderWrapper
64
      position: fixed;
65
      width: 100%;
64 66
      height: 60px
65 67
      background: #fff
66 68
      border-bottom: 2px solid $borderColor

+ 5 - 5
src/components/bench-views/WorkHome.vue

@ -83,19 +83,19 @@
83 83
        });
84 84
      },
85 85
      updateInfo() {
86
        this.$router.push({path: '/updateInfo'});
86
        this.$router.push({path: 'updateInfo'});
87 87
      },
88 88
      conManage() {
89
        this.$router.push({path: '/findPwd'});
89
        this.$router.push({path: 'ContentManagement'});
90 90
      },
91 91
      cmpManage() {
92
        this.$router.push({path: '/findPwd'});
92
        this.$router.push({path: 'BusinessManagement'});
93 93
      },
94 94
      demandManage() {
95
        this.$router.push({path: '/findPwd'});
95
        this.$router.push({path: 'DemandSearch'});
96 96
      },
97 97
      serviceManage() {
98
        this.$router.push({path: '/findPwd'});
98
        this.$router.push({path: 'ButtService'});
99 99
      }
100 100
    }
101 101
  };

+ 0 - 1
src/components/bench-views/businessManagement/EnterBusiness.vue

@ -28,7 +28,6 @@
28 28
</script>
29 29

30 30
<style lang="stylus" rel="stylesheet/stylus">
31
  @import '../workCommon'
32 31
  ul
33 32
    .list-item
34 33
      .list-info

+ 0 - 4
src/components/bench-views/contentManagement/ContentManagement.vue

@ -31,7 +31,3 @@
31 31
    }
32 32
  };
33 33
</script>
34

35
<style lang="stylus" rel="stylesheet/stylus">
36
  @import '../workCommon'
37
</style>

+ 3 - 4
src/components/bench-views/workCommon.styl

@ -1,9 +1,8 @@
1
@import '../../common/stylus/mixin'
2
@import '../sub-component/style'
1
@import '../../common/stylus/listitem';
3 2
  .newsmMain
4
    margin-top: 50px
5 3
    width: 100%
6
    clear: both
4
    overflow: hidden
5
    padding-bottom:20px
7 6
    .newsRight
8 7
      float: right
9 8
      width: 950px