From efda9cf216516d0758a8b3870c13676f6ea38f45 Mon Sep 17 00:00:00 2001
From: ali <ali9696@163.com>
Date: 星期二, 25 二月 2025 09:41:17 +0800
Subject: [PATCH] css
---
zhitan-vue/src/assets/styles/ruoyi.scss | 12 +++---------
zhitan-vue/src/assets/styles/page.scss | 2 ++
zhitan-vue/.env.development | 2 +-
3 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/zhitan-vue/.env.development b/zhitan-vue/.env.development
index e2c2499..ff211da 100644
--- a/zhitan-vue/.env.development
+++ b/zhitan-vue/.env.development
@@ -6,6 +6,6 @@
# 绯荤粺/寮�鍙戠幆澧�
# test
-VITE_APP_BASE_API = 'http://127.0.0.1:8080'
+VITE_APP_BASE_API = 'http://139.159.201.118:8201'
# hangmingjun
diff --git a/zhitan-vue/src/assets/styles/page.scss b/zhitan-vue/src/assets/styles/page.scss
index 7a600a2..dfbcd09 100644
--- a/zhitan-vue/src/assets/styles/page.scss
+++ b/zhitan-vue/src/assets/styles/page.scss
@@ -49,6 +49,7 @@
.chart-box {
width: 100%;
height: 320px;
+ padding-top: 12px;
div {
width: 100%;
@@ -129,6 +130,7 @@
.chart-box {
width: 100%;
height: 320px;
+ padding-top: 12px;
div {
width: 100%;
diff --git a/zhitan-vue/src/assets/styles/ruoyi.scss b/zhitan-vue/src/assets/styles/ruoyi.scss
index cd8f03c..f446cf6 100644
--- a/zhitan-vue/src/assets/styles/ruoyi.scss
+++ b/zhitan-vue/src/assets/styles/ruoyi.scss
@@ -269,14 +269,11 @@
td {
word-break: break-word;
background-color: #1d3778 !important;
- // color: #515a6e;
+ color: #515a6e;
height: 48px !important;
- // font-size: 13px;
-
border-radius: 0px 0px 0px 0px;
font-family: OPPOSans, OPPOSans;
font-weight: 500;
- // font-size: 16px;
color: #ffffff;
border-bottom: none !important;
}
@@ -833,14 +830,11 @@
background-color: #F7F8FA !important;
// color: #515a6e;
height: 48px !important;
- // font-size: 13px;
-
border-radius: 0px 0px 0px 0px;
font-family: OPPOSans, OPPOSans;
font-weight: 500;
- // font-size: 16px;
color: #222222;
- border-bottom: none !important;
+ // border-bottom: none !important;
}
}
@@ -889,7 +883,7 @@
// 琛ㄦ牸搴曢儴鐧界嚎
.el-table__inner-wrapper::before {
- background-color: transparent;
+ // background-color: transparent;
}
/** 琛ㄥ崟甯冨眬 **/
--
Gitblit v1.9.3