更改7步样式style

This commit is contained in:
song2048
2021-08-05 17:33:04 +08:00
parent 1cdd46d144
commit 3c7f9e05e1
8 changed files with 23 additions and 20 deletions
@@ -405,6 +405,7 @@ export default {
drawerTitle: "", //drawer标题 drawerTitle: "", //drawer标题
// 查询相关参数 // 查询相关参数
searching: false, searching: false,
commentText:'',
standardSearch: { standardSearch: {
standType: "", standType: "",
standName: "" standName: ""
@@ -389,6 +389,7 @@ export default {
productData: [], //添加抽屉的数据 productData: [], //添加抽屉的数据
standList: [], //新添加的标准 standList: [], //新添加的标准
modalshowflag: false, // drawer开关 modalshowflag: false, // drawer开关
commentText: '',
drawerTitle: "", //drawer标题 drawerTitle: "", //drawer标题
// 查询相关参数 // 查询相关参数
searching: false, searching: false,
@@ -456,4 +456,8 @@ export default {
} }
} }
.dem .demo-drawer-content {
margin-top: 10px;
}
}
</style>
@@ -126,21 +126,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div>
<el-collapse accordion>
<el-collapse-item title="意见填写">
<div style="margin: 10px 0;">
<el-input
type="textarea"
:rows="3"
resize="none"
placeholder="请输入意见"
v-model="commentText">
</el-input>
</div>
</el-collapse-item>
</el-collapse>
</div>
<!-- 选择责任人--> <!-- 选择责任人-->
<Role-tree <Role-tree
check-box check-box
@@ -611,4 +611,8 @@ export default {
} }
} }
.demo-draw .demo-drawer-content {
margin-top: 10px;
}
}
</style>
@@ -591,4 +591,8 @@ export default {
} }
} }
.demo- .demo-drawer-content {
margin-top: 10px;
}
}
</style>>
@@ -580,4 +580,8 @@ export default {
} }
} }
.demo- .demo-drawer-content {
margin-top: 10px;
}
}
</style>
@@ -510,7 +510,6 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
@import '~@/assets/styles/style'; @import '~@/assets/styles/style';
.xmpg-step7 { .xmpg-step7 {
/deep/ .el-drawer__container { /deep/ .el-drawer__container {
.prc-content-border { .prc-content-border {