🌷 UI(大屏): 调整大屏样式

This commit is contained in:
fhysy 2024-07-02 15:14:31 +08:00
parent ead720c6c7
commit 6124b9adc7
26 changed files with 26 additions and 25 deletions

View File

@ -26,11 +26,11 @@ VUE_APP_SYSTEM_NAME = 'DS-service'
VUE_APP_LOGIN_PAGE = 'login-blue-white' VUE_APP_LOGIN_PAGE = 'login-blue-white'
# 系统配色 theme-green、theme-blue-black、theme-blue-white # 系统配色 theme-green、theme-blue-black、theme-blue-white
#VUE_APP_THEME_CLASS = 'theme-green' #VUE_APP_THEME_CLASS = 'theme-green'
#VUE_APP_THEME_CLASS = 'theme-blue-black' VUE_APP_THEME_CLASS = 'theme-blue-black'
VUE_APP_THEME_CLASS = 'theme-blue-white' #VUE_APP_THEME_CLASS = 'theme-blue-white'
# 智慧用电管理系统/开发环境 # 智慧用电管理系统/开发环境
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = ''
# 路由懒加载 # 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true
@ -49,4 +49,4 @@ port= 9988
// 测试端 // 测试端
// target = http://192.168.10.241:32024 // target = http://192.168.10.241:32024
// 开发端 // 开发端
target = http://192.168.1.17:8899 target = https://digital-core.drgyen.com

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -39,13 +39,13 @@ $sidebarGreenTitle: #ffffff;
//theme-blue-black样式 //theme-blue-black样式
$menuBlueBlackText:#ffffff; $menuBlueBlackText:#ffffff;
$menuBlueBlackLogoBg:#041a2f; $menuBlueBlackLogoBg:#001f45;
$menuBlueBlackLogoColor:#1890FF; $menuBlueBlackLogoColor:#1890FF;
$menuBlueBlackBg:#041a2f; $menuBlueBlackBg:#001f45;
$menuBlueBlackHover:#1d3144; $menuBlueBlackHover:#153154;
$menuBlueBlackActive:#1d3144; $menuBlueBlackActive:#153154;
$menuBlueBlackActiveBg:#11263a; $menuBlueBlackActiveBg:#08264b;
$menuBlueBlackActiveHover:#1d3144; $menuBlueBlackActiveHover:#153154;
$sidebarBlueBlackTitle: #587A99; $sidebarBlueBlackTitle: #587A99;
//theme-blue-white样式 //theme-blue-white样式

View File

@ -410,7 +410,7 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
// background-image: url("../../../assets/images/big/v3/bg.jpg"); // background-image: url("../../../assets/images/big/v3/bg.jpg");
background-color: #051832; background-color: #002b61;
cursor: default; cursor: default;
.main-block { .main-block {
width: 100%; width: 100%;

View File

@ -136,6 +136,7 @@ export default {
<style lang="scss"> <style lang="scss">
.big-head-wrap { .big-head-wrap {
height: 72px; height: 72px;
//padding-bottom: 10px;
width: 100%; width: 100%;
display: flex; display: flex;
background-image: url("../../../../assets/images/big/v3/head.png"); background-image: url("../../../../assets/images/big/v3/head.png");
@ -199,7 +200,7 @@ export default {
align-items: center; align-items: center;
font-size: 36px; font-size: 36px;
/* font-weight: bold; */ /* font-weight: bold; */
color: #66FFFF; //color: #66FFFF;
line-height: 18px; line-height: 18px;
letter-spacing: 8px; letter-spacing: 8px;
} }

View File

@ -128,19 +128,20 @@ export default {
this.stompClient.onclose = this.socket_onclose; this.stompClient.onclose = this.socket_onclose;
}, },
socket_message(evt) { socket_message(evt) {
if (evt.data === 'success' && this.isOpen) { // if (evt.data === 'success' && this.isOpen) {
if(this.getExploreName() === 'Chrome') { // if(this.getExploreName() === 'Chrome') {
this.$alert('告警已连接,请开启声音接听...', '提示', { // this.$alert('...', '', {
confirmButtonText: '确定', // confirmButtonText: '',
}); // });
this.isOpen = false; // this.isOpen = false;
} // }
} else { // } else {
const data = JSON.parse(evt.data); const data = JSON.parse(evt.data);
this.alarmInfo = Object.assign(this.alarmInfo, data); this.alarmInfo = Object.assign(this.alarmInfo, data);
console.log("alarmInfo",this.alarmInfo)
this.handleTextSend(); this.handleTextSend();
this.$forceUpdate(); this.$forceUpdate();
} // }
}, },
socket_onclose(e) { socket_onclose(e) {
this.stompClient = null; this.stompClient = null;

View File

@ -68,9 +68,8 @@ export default {
height: 35px; height: 35px;
width: 100%; width: 100%;
display: flex; display: flex;
-webkit-box-pack: center; text-indent: 34px;
-ms-flex-pack: center; justify-content: flex-start;
justify-content: center;
font-size: 17px; font-size: 17px;
font-family: "Source Han Sans CN"; font-family: "Source Han Sans CN";
font-weight: 600; font-weight: 600;
@ -81,7 +80,7 @@ export default {
padding-bottom: 0px; padding-bottom: 0px;
letter-spacing: 1px; letter-spacing: 1px;
background-size: cover; background-size: cover;
padding-top: 0px; padding-top: 2px;
align-items: center; align-items: center;
background-size: 100% 100%; background-size: 100% 100%;
} }