diff --git a/src/Layouts/BaseLayout.vue b/src/Layouts/BaseLayout.vue index 809ad351..b7bd2196 100644 --- a/src/Layouts/BaseLayout.vue +++ b/src/Layouts/BaseLayout.vue @@ -14,7 +14,7 @@ {{ index+1 }} {{ tab.title }} + style="width:54px;margin:0 10px;border-top: 1px dashed #C4C0C0;">
{ margin-right: 8px; } .click2 { + display: flex; + align-items: center; + justify-content: center; width: 18px; font-size: 12px; - line-height: 18px; border-radius: 9px; background-color: #f5f5f5; - text-align: center; margin-right: 8px; } diff --git a/src/components/LeftMenuBar.vue b/src/components/LeftMenuBar.vue index 3d9e13b8..33ac8cc8 100644 --- a/src/components/LeftMenuBar.vue +++ b/src/components/LeftMenuBar.vue @@ -202,7 +202,7 @@ function menusStatusToFalsefather(menus) { .menu-bar { display: flex; width: 100%; - height: 50px; + height: 48px; font-size: 13px; z-index: 99999; &-item { @@ -226,7 +226,7 @@ function menusStatusToFalsefather(menus) { } &-main { width: 220px; - height: 50px; + height: 48px; cursor: pointer; display: flex; align-items: center; @@ -237,7 +237,7 @@ function menusStatusToFalsefather(menus) { &-active { color: $yili-default-color; background: #ffffff; - box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); + box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); } &-icon { opacity: 0.9; diff --git a/src/views/DataAnalyse/components/diagram/newSearch.vue b/src/views/DataAnalyse/components/diagram/newSearch.vue index c1bdcdfb..56a87efa 100644 --- a/src/views/DataAnalyse/components/diagram/newSearch.vue +++ b/src/views/DataAnalyse/components/diagram/newSearch.vue @@ -1,890 +1,1022 @@ diff --git a/src/views/Publish/launch-center/components/shareLinks.vue b/src/views/Publish/launch-center/components/shareLinks.vue index 36357866..4df490cb 100644 --- a/src/views/Publish/launch-center/components/shareLinks.vue +++ b/src/views/Publish/launch-center/components/shareLinks.vue @@ -123,7 +123,7 @@ export default { .link-container { padding: 32px 24px; background: #fff; - border-radius: 6px; + border-radius: 0px 6px 6px 6px; .title { font-size: 16px; font-weight: bold; diff --git a/src/views/Publish/link.vue b/src/views/Publish/link.vue index f847acd6..77f5111a 100644 --- a/src/views/Publish/link.vue +++ b/src/views/Publish/link.vue @@ -670,7 +670,7 @@ onMounted(() => { background: #fff; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1); height: calc(100% - 40px); - border-radius: 6px; + border-radius: 0px 6px 6px 6px; .title { font-size: 16px; font-weight: bold;