Commit 12e3194e authored by zhengke's avatar zhengke

修改样式

parent 8c5b4056
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
.mainContainer .mainLeftMenu { .mainContainer .mainLeftMenu {
position: relative; position: relative;
display: flex; display: flex;
flex-direction: row;
color: #fff; color: #fff;
} }
...@@ -206,6 +205,13 @@ ...@@ -206,6 +205,13 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #f3f3f3; background-color: #f3f3f3;
-webkit-box-orient: vertical;
flex-direction: column;
display: flex;
flex: 1;
flex-basis: auto;
box-sizing: border-box;
min-width: 0;
} }
.mainContainer .mainRightTop { .mainContainer .mainRightTop {
...@@ -281,7 +287,7 @@ ...@@ -281,7 +287,7 @@
</style> </style>
<template> <template>
<div class="mainContainer"> <div class="mainContainer">
<div class="mainLeftMenu"> <div class="mainLeftMenu" flex="dir:left">
<div class="is-show-menu-2" v-if="isShowOne" @click="showTwo=true,isShowOne=false">>></div> <div class="is-show-menu-2" v-if="isShowOne" @click="showTwo=true,isShowOne=false">>></div>
<div class="leftMenu1"> <div class="leftMenu1">
<div class="aside-logo"> <div class="aside-logo">
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<el-table <el-table
:data="tableData" :data="tableData"
header-cell-class-name="headClass" header-cell-class-name="headClass"
style="width: 1707px;" style="width: 100%;"
border border
> >
...@@ -40,8 +40,7 @@ ...@@ -40,8 +40,7 @@
<el-table-column <el-table-column
prop="Name" prop="Name"
label="充值名称" label="充值名称">
width="907">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="Money" prop="Money"
...@@ -66,6 +65,7 @@ ...@@ -66,6 +65,7 @@
<el-table-column <el-table-column
fixed="right" fixed="right"
label="操作" label="操作"
width="150"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="编辑" placement="top" > <el-tooltip class="item" effect="dark" content="编辑" placement="top" >
......
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