Commit 91e1cbadaf5a9462eecdb0adf087aa88ac608b04

Authored by ly525
1 parent 4d86e95d

update shape style: dashed -> solid

front-end/h5/src/components/core/styles/shape.scss
... ... @@ -11,5 +11,5 @@
11 11  
12 12 .shape__wrapper-active {
13 13 // #bcbcbc
14   - outline: 1px dashed #70c0ff !important;
  14 + outline: 1px solid #70c0ff !important;
15 15 }
16 16 \ No newline at end of file
... ...