消息查看问题,进度条ie兼容问题,bug修改

This commit is contained in:
zhaoxiao
2021-10-21 16:21:27 +08:00
parent 77a0bec433
commit a9a617ad9e
9 changed files with 70 additions and 48 deletions
+4 -3
View File
@@ -326,7 +326,7 @@ export default {
z-index: 99;
width: 50%;
box-sizing: border-box;
height: 60%;
height: 80%;
position: absolute;
right: 0;
top: 50%;
@@ -336,11 +336,12 @@ export default {
height: 100%;
overflow: hidden;
display: flex;
justify-content: space-between;
justify-content: center;
flex-direction: column;
.title{
display: flex;
justify-content: center;
margin-bottom: 10px;
img{
width: 395px;
height: 124px;
@@ -366,7 +367,7 @@ export default {
}
}
/deep/.ant-row{
margin-bottom: 0 !important;
margin-bottom: 4px!important;
}
/deep/.ant-input-affix-wrapper .ant-input{
border-radius: 30px;
+1 -1
View File
@@ -315,7 +315,7 @@ export default {
}
.alteration-content {
margin: auto;
//margin: auto;
width: 1000px;
display: flex;
justify-content: center;