Commit c5c089f7 authored by 姬鋆屾's avatar 姬鋆屾

提交修改样式

parent 84cd6152
......@@ -15,7 +15,7 @@
>
<el-row>
<el-row style="width: 100%;margin-bottom: 10px;">
<el-form-item label="选择部门">
<el-form-item label="选择部门">
<el-col :span="23">
<el-select v-model="form.deptId" filterable style="width: 100%;">
<el-option
......@@ -29,7 +29,7 @@
</el-col>
</el-form-item>
</el-row>
<el-row style="width: 96%;margin: 0 auto;">
<el-row style="width: 100%;padding: 0 35px;">
<el-tabs v-model="activeName" type="card" @tab-click="handleClick">
<el-tab-pane label="考勤绩效指标" name="1">
<div class="content">
......@@ -245,7 +245,11 @@
</el-row>
</el-row>
<form-buttons @submit="submitForm" noCancelBtn />
<form-buttons
@submit="submitForm"
noCancelBtn
style="margin-left: -85px;margin-top: 10px;"
/>
</el-form>
<!-- <el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-row>
......@@ -561,6 +565,9 @@ export default {
}
</style>
<style lang="less" scoped>
/deep/.el-drawer__header {
padding-left: 32px;
}
.form_content {
/deep/.el-col-12 {
width: 98% !important;
......
......@@ -240,7 +240,11 @@
</el-row>
</el-row>
<form-buttons @submit="submitForm" noCancelBtn />
<form-buttons
@submit="submitForm"
noCancelBtn
style="margin-left: -100px;margin-top: 10px;"
/>
</el-form>
<!-- <el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-row>
......
......@@ -276,6 +276,7 @@ export default {
.top {
width: 100%;
height: 60px;
padding-left: 20px;
}
.mid {
width: 100%;
......
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