feat:业务办理
Showing
8 changed files
with
246 additions
and
44 deletions
src/views/ywbl/ywsq/index.scss
0 → 100644
-
Please register or sign in to post a comment
... | ... | @@ -28,6 +28,7 @@ export default { |
overflow-x: auto; | ||
padding: 15px; | ||
box-sizing: border-box; | ||
background-color: #fefefe; | ||
} | ||
} | ||
</style> | ||
\ No newline at end of file | ||
... | ... |
... | ... | @@ -47,7 +47,6 @@ export default { |
</script> | ||
<style lang="scss" scoped> | ||
@import "~@/styles/mixin.scss"; | ||
@import "~@/styles/variables.scss"; | ||
.app-wrapper { | ||
@include clearfix; | ||
... | ... |
... | ... | @@ -125,6 +125,10 @@ a:hover { |
text-decoration: none; | ||
} | ||
ul li { | ||
list-style: none; | ||
} | ||
div:focus { | ||
outline: none; | ||
} | ||
... | ... |