master
fanluyan 2 years ago
parent 4e3bfc986d
commit 89bfa7d1d9

@ -42,3 +42,14 @@
.el-dialog__body {
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 fixed="right" label="操作">
<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
>
</template>
@ -468,11 +470,14 @@ export default {
}
}
.timeGz {
line-height: 32px;
line-height: 26px;
span {
margin: 0px 8px;
}
}
.pageNation {
justify-content: flex-start;
}
}
}
.setRoadDialog {

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

Loading…
Cancel
Save