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