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

no message

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