This commit is contained in:
sunny 2018-09-18 23:34:43 +09:00
parent e0922559be
commit 0eeca59b41

View File

@ -111,12 +111,13 @@
.ui-map-info-row{
//display: inline;
line-height: 2em;
width: 120px;
width: 140px;
font-weight: bold;
div {
display: inline;
display: inline-block;
font-weight: normal;
width: 82px;
padding-left: 5px;
width: 87px;
}
}
.ui-border-bottom{
@ -126,5 +127,5 @@
/deep/ .ui-card-body {
padding: 0.5em ;
border: 1px solid #d6d6d6;
border-radius: 5px;
border-radius: 3px;
}