提交 5ba7421c 编写于 作者: tao.wu's avatar tao.wu

no message

上级 afecba68
.label-list-wrap{ .label-list-wrap{
background: red;
.screenSet{ .screenSet{
background: #fff; background: #fff;
padding: 30px; padding: 30px;
...@@ -29,7 +30,7 @@ ...@@ -29,7 +30,7 @@
border: 1px solid #efefef; border: 1px solid #efefef;
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
overflow-y: scroll; overflow-y: scroll;
padding: 20px 10px; padding: 20px 10px;
.each-label{ .each-label{
margin: 0 10px 10px 0; margin: 0 10px 10px 0;
...@@ -42,13 +43,13 @@ ...@@ -42,13 +43,13 @@
cursor: pointer; cursor: pointer;
} }
} }
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
&::-webkit-scrollbar &::-webkit-scrollbar
{ {
width: 5px; width: 5px;
height: 5px; height: 5px;
background-color: #fff; background-color: #fff;
} }
/*定义滚动条轨道 内阴影+圆角*/ /*定义滚动条轨道 内阴影+圆角*/
&::-webkit-scrollbar-track &::-webkit-scrollbar-track
{ {
...@@ -65,7 +66,7 @@ ...@@ -65,7 +66,7 @@
} }
} }
.table-empty{ .table-empty{
width: 100%; width: 100%;
height: auto; height: auto;
text-align: center; text-align: center;
.empty-pic{ .empty-pic{
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
</div> </div>
</template> </template>
<script> <script>
console.log('wutaowutaowutao')
import utils from '@/utils/followup/followupUtils'; import utils from '@/utils/followup/followupUtils';
import { mapGetters } from 'vuex' import { mapGetters } from 'vuex'
import { setTimeout } from 'timers' import { setTimeout } from 'timers'
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册