Skip to content

Commit e4ba771

Browse files
committed
fix(alert): close button alert issues DesignRevision#3
1 parent de0070d commit e4ba771

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/alert/Alert.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,10 @@ export default {
147147
}
148148
}
149149
</script>
150+
151+
<style scoped>
152+
.close {
153+
min-height: 100%;
154+
padding: 0.625rem 1.25rem 0.75rem 1.25rem;
155+
}
156+
</style>

0 commit comments

Comments
 (0)