style: box color change

This commit is contained in:
oat 2023-11-28 09:24:20 +07:00 committed by Methapon2001
parent e892f8fffd
commit ce4d999442
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
2 changed files with 2 additions and 3 deletions

View file

@ -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;
}