Commit dadec8da authored by zhengke's avatar zhengke

修改样式

parent 5ea4ccdf
......@@ -58,6 +58,7 @@
.Fsetting .mainRightContent {
width: 100%;
height: 100%;
min-width: 0;
background-color: #f3f3f3;
}
......
......@@ -11,7 +11,7 @@
<el-table :data="dataList" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="Id" label="ID" width="100">
</el-table-column>
<el-table-column prop="PageName" width="436" label="标题">
<el-table-column prop="PageName" label="标题">
</el-table-column>
<el-table-column label="导航与模板" prop="DetailsList" width="750">
<template slot-scope="scope">
......@@ -40,7 +40,7 @@
</el-switch>
</template>
</el-table-column>
<el-table-column label="操作">
<el-table-column label="操作" width="180">
<template slot-scope="scope">
<img @click="EditCustom(scope.row)" style="width:32px;height:32px;margin:0 10px"
src="../../assets/img/userman/edit.png" alt="">
......
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