Commit 778e6460 authored by jim's avatar jim

optimize phoneview style

parent be06f15a
@import '~antd/lib/style/themes/default.less';
.area_code {
width: 128px;
max-width: 128px;
margin-right: 8px;
width: 30%;
}
.phone_number {
width: 312px;
}
@media screen and (max-width: @screen-sm) {
.area_code {
width: 100%;
margin: 0;
margin-bottom: 8px;
}
.phone_number {
width: 100%;
}
max-width: 312px;
width: ~'calc( 70% - 8px)';
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment