消息查看问题,进度条ie兼容问题,bug修改
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -315,7 +315,7 @@ export default {
|
||||
}
|
||||
|
||||
.alteration-content {
|
||||
margin: auto;
|
||||
//margin: auto;
|
||||
width: 1000px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user