修改bug 52640 【线上】标准解读流程 解读时带入的拆分信息,表格没有显示

This commit is contained in:
zhangyichen
2022-04-20 16:21:36 +08:00
parent 1079b824b1
commit 95f7fbb4f7
4 changed files with 44 additions and 0 deletions
@@ -1182,6 +1182,19 @@
@import '~@/assets/styles/style';
@import '~@/assets/styles/mixins';
.bzjdStep1-1 {
.itemsTextBox {
min-height: 300px;
max-height: 500px;
overflow: auto;
line-height: 20px;
/deep/ td {
border: 1px solid #606266;
text-align: center;
}
}
/deep/.el-drawer__container {
.prc-content-border {
border: none;
@@ -1193,6 +1193,17 @@ export default {
@import '~@/assets/styles/mixins';
.bzjdStep1 {
.itemsTextBox {
min-height: 300px;
max-height: 500px;
overflow: auto;
line-height: 20px;
/deep/ td {
border: 1px solid #606266;
text-align: center;
}
}
/deep/ .el-drawer__container {
.prc-content-border {
border: none;
@@ -544,6 +544,16 @@
<style lang="less" scoped>
@import '~@/assets/styles/style';
.bzjdStep2 {
.itemsTextBox {
min-height: 300px;
max-height: 500px;
overflow: auto;
line-height: 20px;
/deep/ td {
border: 1px solid #606266;
text-align: center;
}
}
/deep/.el-drawer__container {
.prc-content-border {
border: none;
@@ -966,6 +966,16 @@
<style lang="less" scoped>
@import '~@/assets/styles/style';
.bzjdStep3 {
.itemsTextBox {
min-height: 300px;
max-height: 500px;
overflow: auto;
line-height: 20px;
/deep/ td {
border: 1px solid #606266;
text-align: center;
}
}
/deep/.el-drawer__container {
.prc-content-border {
border: none;