Blame view

test/routers/affix.vue 328 Bytes
c755733a   梁灏   support Grid
1
2
3
4
5
6
7
8
9
10
11
  <style>
      body{
          /*height: 2000px;*/
      }
      .demo-affix{
          width: 100px;
          height: 30px;
          background: #f60;
          color: #fff
      }
  </style>
1f561319   梁灏   update webpack co...
12
13
14
15
16
17
18
19
20
21
  <template>
      <Affix>
          <span class="demo-affix">固定在最顶部</span>
      </Affix>
  </template>
  <script>
      export default {
  
      }
  </script>