Commit 39d67c07 by liang ce

修改对账css

parent d881e1f0
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div class="chart"> <div class="chart">
<div id="rechargeLine" :style="{width: '100%', height: '300px'}"></div> <div id="rechargeLine" :style="{width: '100%', height: '300px'}"></div>
</div> </div>
<div class="chart" style="width: 100%;scroll;position: relative;border: 1px solid #dddddd;margin-bottom: 20px"> <div class="chart" style="width: 100%;position: relative;border: 1px solid #dddddd;margin-bottom: 20px">
<div id="subsidyList" :style="{width: '100%', height: '300px'}"></div> <div id="subsidyList" :style="{width: '100%', height: '300px'}"></div>
<a-select placeholder="津贴类型" v-model="sceneType" style="width: 120px;position: absolute;right: 10%;top: 20px;" @change="changeSceneType"> <a-select placeholder="津贴类型" v-model="sceneType" style="width: 120px;position: absolute;right: 10%;top: 20px;" @change="changeSceneType">
<a-select-option value="MEAL">餐补</a-select-option> <a-select-option value="MEAL">餐补</a-select-option>
......
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