样式修改

This commit is contained in:
2023-04-24 17:22:32 +08:00
parent 8631597526
commit 37932ba640
9 changed files with 18 additions and 18 deletions

View File

@@ -136,7 +136,7 @@
<el-col />
</el-row> -->
</el-card>
<el-col :span="24" style="text-align: right">
<el-col :span="24" style="text-align: right;padding: 20px;">
<el-button @click="close">取消</el-button>
<el-button type="primary" @click="submit">提交</el-button>
</el-col>

View File

@@ -669,8 +669,8 @@ export default {
margin-bottom: 20px;
}
.table-div >>> .header-container {
position: sticky;
top: 0rem;
/* position: sticky;
top: 0rem; */
min-height: 152px;
z-index: 4;
background: #fff;

View File

@@ -136,7 +136,7 @@
<el-col />
</el-row> -->
</el-card>
<el-col :span="24" style="text-align: right">
<el-col :span="24" style="text-align: right;padding: 20px;;">
<el-button @click="close">取消</el-button>
<el-button type="primary" @click="submit">提交</el-button>
</el-col>