Merge pull request '邓洁 : 修改隧道管理间距' (#137) from dengjie into dev

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/137
This commit is contained in:
odjbin
2023-12-15 12:02:02 +00:00

View File

@@ -162,7 +162,7 @@ const iconsList = ref([
{ {
icon: 'white-state-icon.png', icon: 'white-state-icon.png',
name: '风机', name: '风机',
num: 2 num: 11
}, },
{ {
icon: 'white-state-icon.png', icon: 'white-state-icon.png',
@@ -177,7 +177,7 @@ const iconsList = ref([
{ {
icon: 'white-state-icon.png', icon: 'white-state-icon.png',
name: '风机', name: '风机',
num: 2 num: 11
}, },
{ {
icon: 'white-state-icon.png', icon: 'white-state-icon.png',
@@ -187,12 +187,12 @@ const iconsList = ref([
{ {
icon: 'white-state-icon.png', icon: 'white-state-icon.png',
name: '风机', name: '风机',
num: 2 num: 11
}, },
{ {
icon: 'white-state-icon.png', icon: 'white-state-icon.png',
name: '风机', name: '风机',
num: 2 num: 11
}, },
]) ])
const title = ref('新增隧道') const title = ref('新增隧道')
@@ -365,8 +365,8 @@ const getImageUrl = (name) => {
.box-content { .box-content {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
padding-left: 100px; padding-left: 67px;
padding-right: 100px; padding-right: 70px;
justify-content: space-between; justify-content: space-between;
.add-box { .add-box {
@@ -390,8 +390,8 @@ const getImageUrl = (name) => {
.site-box { .site-box {
margin-top: 50px; margin-top: 50px;
//margin-right: 122px; //margin-right: 122px;
padding: 40px 50px; padding: 40px 30px;
width: 981px; width: 925px;
height: 550px; height: 550px;
background-image: url('@/assets/images/site/zdgl_bj.png'); background-image: url('@/assets/images/site/zdgl_bj.png');
//box-sizing: border-box; //box-sizing: border-box;
@@ -444,13 +444,13 @@ const getImageUrl = (name) => {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
margin-right: 50px; margin-right:30px;
} }
} }
.left-img { .left-img {
margin-top: 110px; margin-top: 110px;
margin-right: 100px; margin-right: 70px;
width: 340px; width: 340px;
height: 148px; height: 148px;
background-image: url('@/assets/images/tunnel/sdgl_sdt.png'); background-image: url('@/assets/images/tunnel/sdgl_sdt.png');
@@ -462,7 +462,7 @@ const getImageUrl = (name) => {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
font-size: 36px; font-size: 34px;
color: #60DDDE; color: #60DDDE;
//margin-left: 175px; //margin-left: 175px;
@@ -509,7 +509,7 @@ const getImageUrl = (name) => {
align-items: center; align-items: center;
color: #FFFFFF; color: #FFFFFF;
font-size: 36px; font-size: 36px;
margin-right: 62px; margin-right: 27px;
margin-bottom: 30px; margin-bottom: 30px;
&:nth-child(2n) { &:nth-child(2n) {