Merge branch 'dev' of http://222.212.85.86:8222/bdzl2/bxztApp into dev
This commit is contained in:
commit
d2ab2c692b
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user