diff --git a/apollo-portal/src/main/resources/static/img/language.png b/apollo-portal/src/main/resources/static/img/language.png new file mode 100644 index 00000000000..c734b322187 Binary files /dev/null and b/apollo-portal/src/main/resources/static/img/language.png differ diff --git a/apollo-portal/src/main/resources/static/styles/common-style.css b/apollo-portal/src/main/resources/static/styles/common-style.css index a00664bad10..f55e1548c8f 100644 --- a/apollo-portal/src/main/resources/static/styles/common-style.css +++ b/apollo-portal/src/main/resources/static/styles/common-style.css @@ -1099,6 +1099,10 @@ table th { font-size: 14px; } +#app-search-list { + width: 375px; +} + /*backTop component style*/ .back-top { position: fixed; @@ -1125,3 +1129,15 @@ table th { .back-top:active { opacity: .6; } + +.navbar-nav .nav-switch-lang { + width: 12px; + height: 12px; + margin-top: -4px; + margin-right: -5px; +} + +.navbar-header .logo { + height: 35px; + margin-top: -4px +} diff --git a/apollo-portal/src/main/resources/static/views/common/nav.html b/apollo-portal/src/main/resources/static/views/common/nav.html index ec3722c66c2..a2bf43359e9 100644 --- a/apollo-portal/src/main/resources/static/views/common/nav.html +++ b/apollo-portal/src/main/resources/static/views/common/nav.html @@ -30,10 +30,10 @@ ng-show="viewMode == 2 && showSideBar" ng-click="showSideBar = !showSideBar"> -