提交 e2bb10a4 authored 作者: lzh's avatar lzh

返回页面

上级 e73fbf9d
<template>
<div>
<div class="e1">
<span> 上货操作成功! </span>
</div>
<div class="e2">
<span> 感谢您的热情工作于与辛苦付出,您辛苦了! </span>
</div>
<div class="e3">
<span> 返回首页 </span>
</div>
</div>
</template>
<style scoped>
.e1 {
margin-top: 100px ;
text-align: center;
}
.e2 {
margin-top: 10px ;
text-align: center;
}
.e3 {
margin-top: 30px;
margin-left:10px;
margin-right: 10px;
background-color: #169bd4;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 8px;
color: aliceblue;
}
</style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论