master
fanluyan 2 years ago
parent 4e3bfc986d
commit 89bfa7d1d9

@ -42,3 +42,14 @@
.el-dialog__body { .el-dialog__body {
padding: 8px 20px; padding: 8px 20px;
} }
.el-dialog {
background: #fff;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-sizing: border-box;
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
margin-top: 0px !important;
}

@ -83,7 +83,9 @@
></el-table-column> ></el-table-column>
<el-table-column fixed="right" label="操作"> <el-table-column fixed="right" label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" @click.native.stop="handleSet(scope.row)" <el-button
type="primary"
@click.native.stop="handleSet(scope.row)"
>设置</el-button >设置</el-button
> >
</template> </template>
@ -468,11 +470,14 @@ export default {
} }
} }
.timeGz { .timeGz {
line-height: 32px; line-height: 26px;
span { span {
margin: 0px 8px; margin: 0px 8px;
} }
} }
.pageNation {
justify-content: flex-start;
}
} }
} }
.setRoadDialog { .setRoadDialog {

@ -85,8 +85,8 @@
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
> >
</el-option> --> </el-option>
</el-select> </el-select>-->
</div> </div>
<div class="setTimebtn"> <div class="setTimebtn">

Loading…
Cancel
Save