refactor: change box color

This commit is contained in:
oat 2023-11-28 09:24:20 +07:00 committed by Methapon2001
parent 6fa4c616a1
commit e892f8fffd
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -260,7 +260,7 @@ const props = withDefaults(
<style lang="scss" scoped>
.box {
display: inline-block;
border: 2px solid #f1f2f4;
border: 2px solid rgb(223, 223, 223);
border-radius: 8px;
cursor: pointer;
}
@ -268,7 +268,7 @@ const props = withDefaults(
.dashed {
opacity: 0.4;
display: inline-block;
border: 2px solid #babdc3;
border: 2px solid #6985c2;
border-radius: 8px;
cursor: pointer;
border-style: dashed;