style: box color change
This commit is contained in:
parent
e892f8fffd
commit
ce4d999442
2 changed files with 2 additions and 3 deletions
|
|
@ -177,7 +177,7 @@ const props = withDefaults(
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="q-mt-md">
|
||||
<div class="q-mt-xl">
|
||||
<span class="text-h6 text-weight-light" v-if="currentDept > 2">เอกสาร</span>
|
||||
<div class="q-gutter-md q-mt-xs">
|
||||
<div
|
||||
|
|
@ -260,7 +260,7 @@ const props = withDefaults(
|
|||
<style lang="scss" scoped>
|
||||
.box {
|
||||
display: inline-block;
|
||||
border: 2px solid rgb(223, 223, 223);
|
||||
border: 2px solid $separator-color;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue