Merge pull request '邓洁 : 修改间距' (#81) from dj into dev

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/81
This commit is contained in:
odjbin
2023-12-11 13:13:53 +00:00

View File

@@ -129,7 +129,7 @@ watch(() => props.feedback, (now, old) => {
position: absolute;
top: 744px;
left: 70px;
//width: 826px;
width: 826px;
height: 928px;
background-image: url(@/assets/images/transducer/bg.png);
padding: 0 30px;
@@ -139,7 +139,7 @@ watch(() => props.feedback, (now, old) => {
//height: 148px;
display: flex;
align-items: center;
padding: 30px 0 30px 20px;
padding: 30px 0 30px 8px;
& > img {
height: 70px;
@@ -160,7 +160,7 @@ watch(() => props.feedback, (now, old) => {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0 0 24px;
padding: 0 0 0 18px;
margin-bottom: 16px;
@@ -195,9 +195,9 @@ watch(() => props.feedback, (now, old) => {
justify-content: space-between;
color: white;
align-items: center;
font-size: 28px;
font-size: 26px;
line-height: 37px;
padding: 0px 0px 0px 24px;
padding: 0 0 0 18px;
img {
margin-right: 14px;