From b8fc167109f3d56b3414ee8778b95d807ae34e5c Mon Sep 17 00:00:00 2001 From: QJK Date: Sat, 9 Nov 2024 17:56:06 +0800 Subject: [PATCH] 11.9 --- config.js | 6 +- pages/index/selectProject.vue | 368 +++++++++++++++++++--------------- 2 files changed, 207 insertions(+), 167 deletions(-) diff --git a/config.js b/config.js index 8bf720f..35fdfe2 100644 --- a/config.js +++ b/config.js @@ -1,9 +1,9 @@ // 应用全局配置 module.exports = { - //baseUrl: 'https://www.nuoyunr.com/admin-api', - baseUrl: 'http://127.0.0.1:48080/admin-api', + // baseUrl: 'https://www.nuoyunr.com/admin-api', + baseUrl: 'http://192.168.31.130:48080/admin-api', imagesUrl: 'http://www.nuoyunr.com/lananRsc', - baseImageUrl: 'https://www.nuoyunr.com/minio', + baseImageUrl: 'https://www.nuoyunr.com/minio', // 应用信息 appInfo: { // 应用名称 diff --git a/pages/index/selectProject.vue b/pages/index/selectProject.vue index c13d405..8918a51 100644 --- a/pages/index/selectProject.vue +++ b/pages/index/selectProject.vue @@ -1,193 +1,233 @@ + .content { + box-sizing: border-box; + width: 100%; + height: calc(100vh); + background: white; + } + + .top-heder { + width: 100%; + height: 46px; + background: white; + display: flex; + align-items: center; + justify-content: space-between; + box-sizing: border-box; + padding: 5px 15px; + } + + .t-title { + font-size: 17px; + font-weight: bold; + color: #333333; + } + + .t-left { + width: 10%; + } + + .index_ { + width: 35px; + height: 35px; + display: flex; + align-items: center; + justify-content: center; + color: #fff; + font-weight: bold; + font-size: 18px; + background: #0D2E8D; + border-radius: 50%; + margin-right: 10px; + } + + .xb_ { + width: 35px; + height: 35px; + display: flex; + align-items: center; + justify-content: center; + color: #0D2E8D; + font-size: 22px; + font-weight: bold; + } + \ No newline at end of file