Commit 5e61fca5 authored by 杨勇飞's avatar 杨勇飞

暂存

parent d7188292
...@@ -1162,7 +1162,7 @@ import { uniIcons } from '@dcloudio/uni-ui' ...@@ -1162,7 +1162,7 @@ import { uniIcons } from '@dcloudio/uni-ui'
background-color: #fff; background-color: #fff;
border-radius: 8px; border-radius: 8px;
margin-bottom: 15px; margin-bottom: 15px;
padding-bottom: 15px;
.chart-header { .chart-header {
padding: 15px 15px 0px 15px; padding: 15px 15px 0px 15px;
...@@ -1233,7 +1233,7 @@ import { uniIcons } from '@dcloudio/uni-ui' ...@@ -1233,7 +1233,7 @@ import { uniIcons } from '@dcloudio/uni-ui'
} }
.chart-wrapper { .chart-wrapper {
height: 250px; height: 220px;
width: 100%; width: 100%;
padding: 0 0 5px 0; padding: 0 0 5px 0;
min-width: 100%; min-width: 100%;
...@@ -1253,13 +1253,13 @@ import { uniIcons } from '@dcloudio/uni-ui' ...@@ -1253,13 +1253,13 @@ import { uniIcons } from '@dcloudio/uni-ui'
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: #333; color: #333;
padding: 15px 15px 0px 15px; padding: 15px 15px 5px 15px;
} }
.table-scroll { .table-scroll {
display: block; display: block;
width: 100%; width: 100%;
height: 250px; height: 180px;
overflow-x: auto; overflow-x: auto;
overflow-y: auto; overflow-y: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment