提交 bc27e70e 编写于 作者: hujun's avatar hujun

Merge branch 'dev-patients-20190513' into 'release-0612'

Dev patients 20190513



See merge request !46
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,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 +42,13 @@ ...@@ -42,13 +42,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 +65,7 @@ ...@@ -65,7 +65,7 @@
} }
} }
.table-empty{ .table-empty{
width: 100%; width: 100%;
height: auto; height: auto;
text-align: center; text-align: center;
.empty-pic{ .empty-pic{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册