diff --git a/src/assets/styles/public.scss b/src/assets/styles/public.scss index ae08178..aafa8ca 100644 --- a/src/assets/styles/public.scss +++ b/src/assets/styles/public.scss @@ -1,6 +1,6 @@ .L-main { height: 100%; - width: 100%; + width: 102%; display: flex; flex-direction: column; background-color: #F2F4F6; diff --git a/src/components/HeaderSearch/index.vue b/src/components/HeaderSearch/index.vue index 8fae162..265a774 100644 --- a/src/components/HeaderSearch/index.vue +++ b/src/components/HeaderSearch/index.vue @@ -213,7 +213,7 @@ watch(searchPool, (list) => { display: flex; height: 48px; align-items: center; - padding-right: 10px; + // padding-right: 10px; .left { width: 60px; diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 3b2bb0e..52a970c 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -37,7 +37,7 @@ function addIframe() { .app-main { /* 50= navbar 50 */ border-radius: 5px; - min-height: calc(100vh - 50px); + height: calc(100vh - 50px); width: calc(100% - 20px); position: relative; background-color: #fff; @@ -51,7 +51,8 @@ function addIframe() { .hasTagsView { .app-main { /* 84 = navbar + tags-view = 50 + 34 */ - min-height: calc(100vh - 84px); + height: calc(100vh - 84px); + width: 100%; } .fixed-header + .app-main { diff --git a/src/layout/index.vue b/src/layout/index.vue index ea2c404..b7d44b1 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,48 +1,69 @@ \ No newline at end of file +.dibutishi { + width: 100%; + text-align: center; + font-size: 14px; + margin-top: 5px; + color: #909399; + + .kongge { + margin: 0 10px; + } + + span { + color: #909399; + + } +} +