chore(screen): 调整驾驶舱组件的面板标题宽度与内边距。

This commit is contained in:
Zzc 2025-11-18 09:59:52 +08:00
parent dfbf3c607a
commit 4b936f1d7e
4 changed files with 10 additions and 10 deletions

View File

@ -52,13 +52,13 @@ const stats = ref([
.panel-header {
position: relative;
width: vw(293);
width: 100%;
height: vh(49);
background: url(../assets/img/common-panel-header-bg.png) no-repeat;
background-size: 100% 100%;
display: flex;
align-items: center;
padding-left: vw(24);
padding-left: vw(44);
margin-bottom: vh(40);
.title {
@ -83,8 +83,8 @@ const stats = ref([
gap: vw(10);
.stat-icon {
width: vw(53);
height: vh(84);
width: vw(84);
height: vw(84);
flex-shrink: 0;
}

View File

@ -135,13 +135,13 @@ onMounted(() => {
.panel-header {
position: relative;
width: vw(293);
width: 100%;
height: vh(49);
background: url(../assets/img/common-panel-header-bg.png) no-repeat;
background-size: 100% 100%;
display: flex;
align-items: center;
padding-left: vw(24);
padding-left: vw(44);
margin-bottom: vh(30);
.title {

View File

@ -137,13 +137,13 @@ const districts = ref([
.panel-header {
position: relative;
width: vw(293);
width: 100%;
height: vh(49);
background: url(../assets/img/common-panel-header-bg.png) no-repeat;
background-size: 100% 100%;
display: flex;
align-items: center;
padding-left: vw(24);
padding-left: vw(44);
margin-bottom: vh(20);
.title {

View File

@ -64,13 +64,13 @@ const xAxisYears = ref([
.panel-header {
position: relative;
width: vw(293);
width: 100%;
height: vh(49);
background: url(../assets/img/common-panel-header-bg.png) no-repeat;
background-size: 100% 100%;
display: flex;
align-items: center;
padding-left: vw(24);
padding-left: vw(44);
margin-bottom: vh(25);
.title {