[Feature][Project Process] Delete vertical scroll bar. (#6958)
This commit is contained in:
parent
38b14410ab
commit
982030bf38
|
|
@ -157,9 +157,6 @@
|
|||
|
||||
<style lang="scss" rel="stylesheet/scss">
|
||||
.wrap-definition {
|
||||
.table-box {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.table-box {
|
||||
.fixed {
|
||||
table-layout: auto;
|
||||
|
|
|
|||
|
|
@ -207,9 +207,6 @@
|
|||
|
||||
<style lang="scss" rel="stylesheet/scss">
|
||||
.wrap-table {
|
||||
.table-box {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.table-box {
|
||||
.fixed {
|
||||
table-layout: auto;
|
||||
|
|
|
|||
|
|
@ -180,9 +180,6 @@
|
|||
|
||||
<style lang="scss" rel="stylesheet/scss">
|
||||
.wrap-taskInstance {
|
||||
.table-box {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.table-box {
|
||||
.fixed {
|
||||
table-layout: auto;
|
||||
|
|
|
|||
Loading…
Reference in New Issue