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>
|
||||
<div class="col-9 header-sub-text">
|
||||
<div class="col-9 sub-text">
|
||||
{{ props.getdetail.address }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -271,7 +271,6 @@ const clickSave = async () => {
|
|||
line-height: 150%;
|
||||
color: #818181;
|
||||
}
|
||||
|
||||
.sub-text {
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue