diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue index 927db8970..c6cd18823 100644 --- a/jero-web/src/components/CollectionType/index.vue +++ b/jero-web/src/components/CollectionType/index.vue @@ -740,4 +740,11 @@ .add--number { width: 101%; } + + .ant-input-disabled { + color: rgba(0, 0, 0, 0.65); + } + .ant-select-disabled{ + color: rgba(0, 0, 0, 0.65); + } diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index 4f2b96002..b138f5948 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -47,7 +47,8 @@ - + { if (res.success) { this.getTableList(res.result[0].value) - this.$emit('LoginUserType', res.result,this.currentPersonRole) + this.$emit('LoginUserType', res.result, this.currentPersonRole) } }) }, @@ -481,7 +487,7 @@ } }) }, - cancleoperationFailed(){ + cancleoperationFailed() { this.selectedRowKeys = [] }, getTableList(currentPersonRole) { @@ -671,6 +677,7 @@ .resize-table-th { position: relative; } + .table-draggable-handle { /* width: 10px !important; */ height: 100% !important; @@ -683,4 +690,10 @@ transform: none !important; bottom: 0; } + .rowClassRed{ + background: #f3d9de; + } + .rowClassRedYellow{ + background: yellow; + }