aboutsummaryrefslogtreecommitdiff
path: root/src/components/modal
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-10-18 07:28:29 -0400
committertaehoon <th.dev91@gmail.com>2019-10-18 07:28:29 -0400
commit970907547627d600dd67167a22e3b437c5556ea8 (patch)
tree1fee5d38a0637ff92a80ec0d98e48e725bdc89e9 /src/components/modal
parent2231025c41bef3618bd651ff7c0cacd39923d5e1 (diff)
remove needless importing
Diffstat (limited to 'src/components/modal')
-rw-r--r--src/components/modal/modal.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue
index d47951c8..8edfbd45 100644
--- a/src/components/modal/modal.vue
+++ b/src/components/modal/modal.vue
@@ -19,7 +19,6 @@ export default {
</script>
<style lang="scss">
-
.modal-view {
z-index: 1000;
position: fixed;
@@ -39,5 +38,4 @@ export default {
display: none;
}
}
-
</style>