diff --git a/src/views/property-marketing/component.scss b/src/views/property-marketing/component.scss index 7f53852..2584513 100644 --- a/src/views/property-marketing/component.scss +++ b/src/views/property-marketing/component.scss @@ -1,6 +1,7 @@ .arco-input-wrapper, .arco-select-view-single, .arco-textarea-wrapper, +.arco-picker, .arco-select-view-multiple { border-radius: 4px; border-color: #d7d7d9; @@ -57,3 +58,5 @@ border-top: 1px solid var(--Border-1, #d7d7d9); } } + + diff --git a/src/views/property-marketing/put-account/account-dashboard/style.scss b/src/views/property-marketing/put-account/account-dashboard/style.scss index 3b2679d..d650b49 100644 --- a/src/views/property-marketing/put-account/account-dashboard/style.scss +++ b/src/views/property-marketing/put-account/account-dashboard/style.scss @@ -21,6 +21,24 @@ } +:deep(.arco-select-view-single), +:deep(.arco-select-view-multiple), +:deep(.arco-picker), +:deep(.arco-input-wrapper) { + border-radius: 4px; + border-color: #d7d7d9; + background-color: #fff; + width: 224px; + height: 32px; + + &:focus-within, + &.arco-input-focus { + background-color: var(--color-bg-2); + border-color: rgb(var(--primary-6)); + box-shadow: 0 0 0 0 var(--color-primary-light-2); + } +} + .search-btn { // 搜索 color: var(--Brand-6, #6d4cfe); diff --git a/src/views/property-marketing/put-account/investment-guidelines/components/month-data/index.vue b/src/views/property-marketing/put-account/investment-guidelines/components/month-data/index.vue index 1a9656a..c50bd1f 100644 --- a/src/views/property-marketing/put-account/investment-guidelines/components/month-data/index.vue +++ b/src/views/property-marketing/put-account/investment-guidelines/components/month-data/index.vue @@ -31,6 +31,6 @@ - diff --git a/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue b/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue index 777775f..db99014 100644 --- a/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue +++ b/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue @@ -66,8 +66,7 @@ - + diff --git a/src/views/property-marketing/put-account/investment-guidelines/index.vue b/src/views/property-marketing/put-account/investment-guidelines/index.vue index 57aa7a5..57d91bd 100644 --- a/src/views/property-marketing/put-account/investment-guidelines/index.vue +++ b/src/views/property-marketing/put-account/investment-guidelines/index.vue @@ -24,7 +24,7 @@
- +