diff --git a/.env.development b/.env.development index 5a3ca04..12ef527 100644 --- a/.env.development +++ b/.env.development @@ -4,8 +4,7 @@ VUE_APP_TITLE = 供应商自助管理平台 # 开发环境配置 ENV = 'development' -VUE_APP_BASE_API = 'http://dm.xmglxp.com:82/UDI_SPMS_SERVER' - +VUE_APP_BASE_API = 'http://27.156.44.222:9150/UDI_SPMS_SERVER/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/' diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index d36bb7e..e5bfc7a 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -192,5 +192,22 @@ aside { .el-table--mini .el-table__cell { - padding:0px!important; + padding: 0px !important; +} + +//.query-form { +// /* 你的样式定义 */ +// background-color: #fff1e8; +// padding: 20px; +// border-radius: 5px; +//} +.el-card { + /* 你的样式定义 */ + background-color: #e8fff2; +} + +/* 如果你想要更具体的选择器,可以进一步细化,比如: */ +.el-button--primary { + background-color: #11A983; /* 绿色背景 */ + border-color: #11A983; /* 深绿色边框 */ } diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index add427d..54039e0 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -8,17 +8,17 @@
- +
diff --git a/src/views/index.vue b/src/views/index.vue index d86b596..e492975 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,211 +1,211 @@ diff --git a/src/views/myLogin.vue b/src/views/myLogin.vue index d2c1647..67e181a 100644 --- a/src/views/myLogin.vue +++ b/src/views/myLogin.vue @@ -1,15 +1,15 @@