Skip to content

Commit

Permalink
fix(alert): 2.3.0 版本下 id 选择器失效
Browse files Browse the repository at this point in the history
  • Loading branch information
olivewind committed Apr 26, 2018
1 parent 2a2a9c4 commit 753b683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/dao-message-box/dao-message.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<dao-dialog
id="dao-alert"
class="dao-alert"
@closed="onClosed"
:size="size"
:header="header"
Expand Down Expand Up @@ -134,8 +134,8 @@
};
</script>

<style scoped lang="scss">
#dao-alert{
<style lang="scss">
.dao-alert{
.dialog-body {
padding: 20px;
}
Expand Down

0 comments on commit 753b683

Please sign in to comment.