From 5ad5abacd14c53525f895b137c6ce6805b78d939 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 6 Sep 2024 09:29:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/.env.development | 4 +- jeecgboot-vue3/src/views/bl/tzgg/index.vue | 77 +++++++++++++------ .../src/views/system/notice/index.vue | 6 +- 3 files changed, 59 insertions(+), 28 deletions(-) diff --git a/jeecgboot-vue3/.env.development b/jeecgboot-vue3/.env.development index 0fb2551..1ebd759 100644 --- a/jeecgboot-vue3/.env.development +++ b/jeecgboot-vue3/.env.development @@ -6,10 +6,10 @@ VITE_PUBLIC_PATH = / # 跨域代理,您可以配置多个 ,请注意,没有换行符 -VITE_PROXY = [["/jeecgboot","http://192.168.2.10:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]] +VITE_PROXY = [["/jeecgboot","http://192.168.2.12:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]] #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=http://192.168.2.10:8080/jeecg-boot +VITE_GLOB_DOMAIN_URL=http://192.168.2.12:8080/jeecg-boot #后台接口父地址(必填) VITE_GLOB_API_URL=/jeecgboot diff --git a/jeecgboot-vue3/src/views/bl/tzgg/index.vue b/jeecgboot-vue3/src/views/bl/tzgg/index.vue index ab17787..f79f1b3 100644 --- a/jeecgboot-vue3/src/views/bl/tzgg/index.vue +++ b/jeecgboot-vue3/src/views/bl/tzgg/index.vue @@ -13,9 +13,9 @@ -
+
-
+
{{notice.titile}} @@ -144,49 +144,67 @@ function handleDetail(record){ padding: 8px 10px 8px 10px; margin-bottom: 8px; background-color: #ffffff; - border-radius: 2px; + border-radius: 5px; line-height: 46px; } +.title-form:hover{ + box-shadow: 2px 2px 5px 2px #ddd; +} + .item-table{ padding: 6px; - background-color: #ffffff; - border-radius: 2px; + background-color: #f7f8fa; + border-radius: 5px; min-height: 600px; + margin:10px 0; + padding:0 10px 10px 10px; + box-shadow: 2px 2px 10px 2px #ddd; } .item-header-border{ - border-style: solid; - border-top-width: 1px; - border-bottom-width: 0px; - border-left-width: 1px; - border-right-width: 1px; - border-color: #333333; + // border-style: solid; + // border-top-width: 1px; + // border-bottom-width: 0px; + // border-left-width: 1px; + // border-right-width: 1px; + // border-color: #333333; + margin-top:3px; } .item-content-border{ border-style: solid; border-top-width: 1px; border-bottom-width: 1px; - border-left-width: 1px; - border-right-width: 1px; - border-color: #333333; + border-left-width: 0px; + border-right-width: 0px; + border-color: #f7f7f7; + margin-top: 10px; + color: #666; } .item-bottom-border{ border-style: solid; border-top-width: 0px; - border-bottom-width: 1px; - border-left-width: 1px; - border-right-width: 1px; - border-color: #333333; - margin-bottom: 30px; + // border-bottom-width: 1px; + // border-left-width: 1px; + // border-right-width: 1px; + // border-color: #333333; } .item-button-border{ - border-style: solid; - border-left-width: 1px; - border-color: #e5e7eb; + // border-style: solid; + // border-left-width: 1px; + // border-color: #59afff; + background: #e8f4ff; + margin-right: 5px; + color: #1890ff; +} +.item-button-border:hover{ + // border-style: solid; + // border-left-width: 1px; + // border-color: #59afff; + background: #f7f8fa; } .item-text-right{ @@ -210,5 +228,18 @@ function handleDetail(record){ .item-padding-right{ padding-right: 8px; } - +.mdule-box{ + border: 2px solid #eff1f4; + background: #fff; + border-radius:5px; + padding: 10px; + margin-bottom: 10px; +} +.mdule-box:hover{ + border: 2px solid #afd9ff; + background: #fff; + border-radius:5px; + box-shadow: 2px 2px 10px 2px #ddd; + cursor: pointer; +} diff --git a/jeecgboot-vue3/src/views/system/notice/index.vue b/jeecgboot-vue3/src/views/system/notice/index.vue index d85c3a3..c083dfb 100644 --- a/jeecgboot-vue3/src/views/system/notice/index.vue +++ b/jeecgboot-vue3/src/views/system/notice/index.vue @@ -243,10 +243,10 @@ function handleReturn(record){ } .item-header-border{ // border-style: solid; - // border-top-width: 1px; + // border-top-width: 0px; // border-bottom-width: 0px; - // border-left-width: 1px; - // border-right-width: 1px; + // border-left-width: 0px; + // border-right-width: 0px; // border-color: #333333; margin-top:3px; }