diff --git a/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss b/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss index 46a606200..c4d9dd769 100644 --- a/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss +++ b/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss @@ -114,6 +114,17 @@ height: 100%; } } + .scrape-endpoint { + .el-input-group__append { + background-color: $--background-color-empty; + padding: 0 10px; + border-color: $--border-color-light; + color: $--color-text-regular; + } + .el-input__inner { + border-color: $--border-color-light; + } + } } } .main-and-sub-transition { diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/scrapeEndpoint.vue b/nezha-fronted/src/components/common/bottomBox/tabs/scrapeEndpoint.vue index 802c43c2e..2e12f47a4 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/scrapeEndpoint.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/scrapeEndpoint.vue @@ -1,5 +1,5 @@