Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
91e1cbadaf5a9462eecdb0adf087aa88ac608b04
Authored by
ly525
2020-05-17 21:36:33 +0800
1 parent
4d86e95d
update shape style: dashed -> solid
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/h5/src/components/core/styles/shape.scss
front-end/h5/src/components/core/styles/shape.scss
View file @
91e1cba
...
...
@@ -11,5 +11,5 @@
11
11
12
12
.shape__wrapper-active {
13
13
// #bcbcbc
14
- outline: 1px
dashe
d #70c0ff !important;
14
+ outline: 1px
soli
d #70c0ff !important;
15
15
}
16
16
\ No newline at end of file
...
...