Skip to content
Snippets Groups Projects
Commit d61a74fb authored by syuilo's avatar syuilo
Browse files

fix style

parent dfa341e1
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<i v-if="type === 'success'" class="fas fa-check"></i>
<i v-else-if="type === 'error'" class="fas fa-times-circle"></i>
<i v-else-if="type === 'warning'" class="fas fa-exclamation-triangle"></i>
<i v-else-if="type === 'info'" class="fas fa-information-circle"></i>
<i v-else-if="type === 'info'" class="fas fa-info-circle"></i>
<i v-else-if="type === 'question'" class="fas fa-question-circle"></i>
<i v-else-if="type === 'waiting'" class="fas fa-spinner fa-pulse"></i>
</div>
......
......@@ -68,10 +68,9 @@ export default defineComponent({
padding: 0;
width: 96px;
height: 96px;
> .icon {
height: 100%;
}
display: flex;
align-items: center;
justify-content: center;
}
> .icon {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment