Fix: Small bugs

This commit is contained in:
surunzi
2016-05-30 09:50:06 +08:00
parent 04b6b9e0de
commit 36d2af32b4
21 changed files with 69 additions and 110 deletions

View File

@@ -49,8 +49,7 @@
background: #fff;
font-size: 12px;
.table-wrapper {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
@include overflow-auto(x);
}
table {
td {
@@ -61,9 +60,8 @@
.text-content {
background: #fff;
.content {
@include overflow-auto(x);
padding: $padding;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.style-color {
@@ -77,9 +75,8 @@
background: #fff;
font-size: 12px;
.table-wrapper {
@include overflow-auto(y);
max-height: 200px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
table {
td {
@@ -130,11 +127,10 @@
color: #fff;
}
.listener-content li {
@include overflow-auto(x);
padding: $padding;
border: 1px solid $gray;
border-top: none;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
&.capture {
background: $gray-light;
}