From 3d2fb32d6341afe00b22cc38d87b7e316b89f15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=8C?= Date: Wed, 7 Jun 2023 23:07:35 +0800 Subject: [PATCH] no message --- .env.development | 4 ++-- public/config.js | 1 - src/style/app.scss | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index aecdae7..145f3ae 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ NODE_ENV = development # 标题 -VUE_APP_TITLE = SCUI(DEV) +VUE_APP_TITLE = Ansnid # 接口地址 VUE_APP_API_BASEURL = https://www.fastmock.site/mock/5039c4361c39a7e3252c5b55971f1bd3/api @@ -11,4 +11,4 @@ VUE_APP_API_BASEURL = https://www.fastmock.site/mock/5039c4361c39a7e3252c5b55971 VUE_APP_PORT = 2800 # 是否开启代理 -VUE_APP_PROXY = true \ No newline at end of file +VUE_APP_PROXY = false \ No newline at end of file diff --git a/public/config.js b/public/config.js index 306b79f..0fef28f 100644 --- a/public/config.js +++ b/public/config.js @@ -5,7 +5,6 @@ const APP_CONFIG = { //标题 //APP_NAME: "SCUI", - //接口地址,如遇跨域需使用nginx代理 //API_URL: "https://www.fastmock.site/mock/5039c4361c39a7e3252c5b55971f1bd3/api" } diff --git a/src/style/app.scss b/src/style/app.scss index a064b80..9776010 100644 --- a/src/style/app.scss +++ b/src/style/app.scss @@ -54,7 +54,7 @@ a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: bo .adminui-side-split-scroll::-webkit-scrollbar-track {background-color: rgba(255, 255, 255, 0);} .adminui-side-split-scroll::-webkit-scrollbar-track:hover {background-color: rgba(255, 255, 255, 0);} -.aminui-side {display: flex;flex-flow: column;flex-shrink:0;width:210px;background: #fff;box-shadow: 2px 0 8px 0 rgba(29,35,41,.05);border-right: 1px solid #e6e6e6;transition:width 0.3s;} +.aminui-side {display: flex;flex-flow: column;flex-shrink:0;width:180px;background: #fff;box-shadow: 2px 0 8px 0 rgba(29,35,41,.05);border-right: 1px solid #e6e6e6;transition:width 0.3s;} .adminui-side-top {border-bottom: 1px solid #ebeef5;height:50px;line-height: 50px;} .adminui-side-top h2 {padding:0 20px;font-size: 17px;color: #3c4a54;} .adminui-side-scroll {overflow: auto;overflow-x:hidden;flex: 1;}