refactor: change box color
This commit is contained in:
parent
6fa4c616a1
commit
e892f8fffd
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue