Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue
@@ -1398,7 +1398,7 @@ }, { label: "多行文本", prop: "textareaFlag", prop: "textAreaFlag", cell: false, edit: "switch" }, @@ -1619,7 +1619,7 @@ value: 'sortAttrFlag', label: '列表排序' }, { value: 'textareaFlag', value: 'textAreaFlag', label: '多行文本' }, { value: 'imageFlag', @@ -2355,6 +2355,13 @@ </script> <style lang="scss" scoped> /deep/ .el-table__fixed-body-wrapper { .el-table__body { padding-bottom: 15px; } } //固定列高度 /deep/ .el-table__fixed { height: calc(100vh - 618px) !important;