样式更新
This commit is contained in:
@@ -79,7 +79,7 @@ const cancelOrder = async () => {
|
|||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #e4e4e4;
|
background-color: #f5f5f5;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
.order {
|
.order {
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ const onLoading = async (page) => {
|
|||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #e4e4e4;
|
background-color: #f5f5f5;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
.order-item {
|
.order-item {
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ const logout = () => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.container {
|
.container {
|
||||||
background-color: #e4e4e4;
|
background-color: #f5f5f5;
|
||||||
height: calc(100vh - 161px);
|
height: calc(100vh - 161px);
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user