diff --git a/core/core-frontend/src/views/template-market/component/MarketPreviewV2.vue b/core/core-frontend/src/views/template-market/component/MarketPreviewV2.vue index ad95b25cbb..aa30d332eb 100644 --- a/core/core-frontend/src/views/template-market/component/MarketPreviewV2.vue +++ b/core/core-frontend/src/views/template-market/component/MarketPreviewV2.vue @@ -9,15 +9,15 @@ - {{ - t('visualization.template_preview') - }} + 模版中心 预览 - - - +
+ + + +
@@ -499,34 +499,44 @@ onMounted(() => { } } +.arrow-side-tree { + position: absolute; + border: 1px solid #dee0e3; + background: #fff; + cursor: pointer; + z-index: 10; + &:hover { + .ed-icon { + color: var(--ed-color-primary); + } + } + .ed-icon { + font-size: 12px; + } +} + .insert-retract { position: absolute; - left: 176px; + left: 182px; top: 2px; - display: inline-block; - font-size: 34px; - font-weight: 400 !important; - font-family: '阿里巴巴普惠体 3.0 55 Regular L3'; - line-height: 1; - white-space: nowrap; + border: 1px solid #dee0e3; + background: #fff; cursor: pointer; - color: #646a73; - -webkit-appearance: none; - text-align: center; - box-sizing: border-box; - outline: 0; - margin: 0; - transition: 0.1s; - border-radius: 3px; - - &:active { - color: #000; - border-color: #3a8ee6; - outline: 0; - } + height: 24px; + width: 24px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + box-shadow: 0px 5px 10px 0px #1f23291a; &:hover { - color: #3a8ee6; + .ed-icon { + color: var(--ed-color-primary); + } + } + .ed-icon { + font-size: 12px; } }