🌷 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'
# 系统配色 theme-green、theme-blue-black、theme-blue-white
#VUE_APP_THEME_CLASS = 'theme-green'
#VUE_APP_THEME_CLASS = 'theme-blue-black'
VUE_APP_THEME_CLASS = 'theme-blue-white'
VUE_APP_THEME_CLASS = 'theme-blue-black'
#VUE_APP_THEME_CLASS = 'theme-blue-white'
# 智慧用电管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = ''
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
@ -49,4 +49,4 @@ port= 9988
// 测试端
// 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样式
$menuBlueBlackText:#ffffff;
$menuBlueBlackLogoBg:#041a2f;
$menuBlueBlackLogoBg:#001f45;
$menuBlueBlackLogoColor:#1890FF;
$menuBlueBlackBg:#041a2f;
$menuBlueBlackHover:#1d3144;
$menuBlueBlackActive:#1d3144;
$menuBlueBlackActiveBg:#11263a;
$menuBlueBlackActiveHover:#1d3144;
$menuBlueBlackBg:#001f45;
$menuBlueBlackHover:#153154;
$menuBlueBlackActive:#153154;
$menuBlueBlackActiveBg:#08264b;
$menuBlueBlackActiveHover:#153154;
$sidebarBlueBlackTitle: #587A99;
//theme-blue-white样式

View File

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

View File

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

View File

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

View File

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