[O] Align loading message to bottom

This commit is contained in:
Hykilpikonna
2019-10-13 20:43:52 -04:00
parent 11dea5182b
commit 283904d976
+8 -2
View File
@@ -8,10 +8,10 @@
<circle cx="50" cy="50" r="20" fill="none" class="path" /> <circle cx="50" cy="50" r="20" fill="none" class="path" />
</svg> </svg>
</div> </div>
</div>
<div id="details">{{text}}</div> <div id="details">{{text}}</div>
</div> </div>
</div>
</template> </template>
<script src="./loading.ts" lang="ts"></script> <script src="./loading.ts" lang="ts"></script>
@@ -44,8 +44,14 @@
#details #details
{ {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
margin-top: -5px;
font-size: 16px; font-size: 16px;
color: #b9ddc3; color: #eeeeee;
} }
.el-loading-spinner .el-loading-spinner