diff --git a/.env.development b/.env.development index b44d492..802f729 100644 --- a/.env.development +++ b/.env.development @@ -11,8 +11,8 @@ VUE_APP_BASE_API = '' VUE_CLI_BABEL_TRANSPILE_MODULES = true # 代理地址 - 请求地址 -VUE_API_TARGET = "http://localhost:8080/" -# VUE_API_TARGET = "http://192.168.111.244:8080/" +# VUE_API_TARGET = "http://localhost:8080/" +VUE_API_TARGET = "http://192.168.111.244:8080/" # VUE_API_TARGET = "http://112.112.149.149:8088/" diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index d4c2934..025e064 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -121,7 +121,7 @@ .pagination-container .el-pagination { right: 0; position: absolute; - + } diff --git a/src/assets/styles/variables.scss b/src/assets/styles/variables.scss index 34484d4..ca5b16f 100644 --- a/src/assets/styles/variables.scss +++ b/src/assets/styles/variables.scss @@ -36,7 +36,7 @@ $base-sub-menu-background:#000c17; $base-sub-menu-hover:#001528; */ -$base-sidebar-width: 200px; +$base-sidebar-width: 180px; // the :export directive is the magic sauce for webpack // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index f786ae4..ceeee05 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -31,6 +31,7 @@ +

+ + diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 5ac6372..5d2fd8f 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -280,13 +280,13 @@ export default { display: inline-block; position: relative; cursor: pointer; - height: 26px; - line-height: 26px; + height: 21px; + line-height: 21px; border: 1px solid #d8dce5; color: #495060; background: #fff; padding: 0 8px; - font-size: 12px; + font-size: 9px; margin-left: 5px; margin-top: 4px; &:first-of-type {