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