Add CSS sub-text in address =>Done
This commit is contained in:
parent
7fe5ba7bf5
commit
1e37a3a848
1 changed files with 1 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ const clickSave = async () => {
|
||||||
<div class="col-3 header-sub-text">
|
<div class="col-3 header-sub-text">
|
||||||
ที่อยู่
|
ที่อยู่
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9 header-sub-text">
|
<div class="col-9 sub-text">
|
||||||
{{ props.getdetail.address }}
|
{{ props.getdetail.address }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -271,7 +271,6 @@ const clickSave = async () => {
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
color: #818181;
|
color: #818181;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-text {
|
.sub-text {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue