diff --git a/src/assets/css/main.css b/src/assets/css/main.css index e66141b3..f71cdc06 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -4269,6 +4269,18 @@ textarea { width: 320px; } +.historyData.insectPestImage .return-detail { + cursor: pointer; + background: #0294E2; + height: 35px; + border-radius: 4px; + padding: 0 10px; + display: flex; + align-items: center; + justify-content: center; + margin-left: 30px; +} + .historyData .table-view .el-table th.el-table__cell.is-leaf .cell { font-size: 14px !important; } diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss index 7e1d7237..7d1f0936 100644 --- a/src/assets/css/main.scss +++ b/src/assets/css/main.scss @@ -4554,6 +4554,18 @@ textarea { } } } + .return-detail{ + cursor: pointer; + background: #0294E2; + + height: 35px; + border-radius: 4px; + padding: 0 10px ; + display: flex; + align-items: center; + justify-content: center; + margin-left: 30px; + } } .table-view { diff --git a/src/views/insectPest/imageList.vue b/src/views/insectPest/imageList.vue index 9bb61bcf..5747ad7e 100644 --- a/src/views/insectPest/imageList.vue +++ b/src/views/insectPest/imageList.vue @@ -4,6 +4,7 @@