# 优化手机messageBox宽度

This commit is contained in:
xianfuxing 2018-09-05 21:02:27 +08:00
parent c025234884
commit a971db8738
1 changed files with 3 additions and 0 deletions

View File

@ -357,6 +357,9 @@ export default {
#panel { #panel {
display: none; display: none;
} }
.el-message-box {
width: 100%;
}
} }
#geo-tip { #geo-tip {
font-size: .8rem; font-size: .8rem;