Commit 12e3194e authored by zhengke's avatar zhengke

修改样式

parent 8c5b4056
......@@ -19,7 +19,6 @@
.mainContainer .mainLeftMenu {
position: relative;
display: flex;
flex-direction: row;
color: #fff;
}
......@@ -206,6 +205,13 @@
width: 100%;
height: 100%;
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 {
......@@ -281,7 +287,7 @@
</style>
<template>
<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="leftMenu1">
<div class="aside-logo">
......
......@@ -28,7 +28,7 @@
<el-table
:data="tableData"
header-cell-class-name="headClass"
style="width: 1707px;"
style="width: 100%;"
border
>
......@@ -40,8 +40,7 @@
<el-table-column
prop="Name"
label="充值名称"
width="907">
label="充值名称">
</el-table-column>
<el-table-column
prop="Money"
......@@ -66,6 +65,7 @@
<el-table-column
fixed="right"
label="操作"
width="150"
>
<template slot-scope="scope">
<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