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>
|
||||||
</div>
|
</div>
|
||||||
<div class="q-mt-md">
|
<div class="q-mt-xl">
|
||||||
<span class="text-h6 text-weight-light" v-if="currentDept > 2">เอกสาร</span>
|
<span class="text-h6 text-weight-light" v-if="currentDept > 2">เอกสาร</span>
|
||||||
<div class="q-gutter-md q-mt-xs">
|
<div class="q-gutter-md q-mt-xs">
|
||||||
<div
|
<div
|
||||||
|
|
@ -260,7 +260,7 @@ const props = withDefaults(
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.box {
|
.box {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border: 2px solid rgb(223, 223, 223);
|
border: 2px solid $separator-color;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ body
|
||||||
-webkit-font-smoothing: antialiased
|
-webkit-font-smoothing: antialiased
|
||||||
-moz-osx-font-smoothing: grayscale
|
-moz-osx-font-smoothing: grayscale
|
||||||
|
|
||||||
$separator-color: #EDEDED !default
|
|
||||||
|
|
||||||
$shadow-color: #c1c1c7 !default
|
$shadow-color: #c1c1c7 !default
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue