diff --git a/frontend/src/View/express/ExpressForm.vue b/frontend/src/View/express/ExpressForm.vue index d415628..556398f 100644 --- a/frontend/src/View/express/ExpressForm.vue +++ b/frontend/src/View/express/ExpressForm.vue @@ -1,186 +1,229 @@ + - + .btn { + background-color: white; + } + + .send-container { + width: 100%; + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + } + + .panel { + display: flex; + flex-direction: column; + background-color: white; + justify-content: center; + align-items: flex-start; + } + + .send-panel { + margin-top: 10px; + padding: 10px; + width: 100%; + line-height: 40px; + } + + .send-panel1 { + width: 40%; + align-items: center; + } + .form { + width: 80%; + margin-top: 10px; + } + .arrow { + max-width: 100%; + vertical-align: middle; + height: 10px; + } - \ No newline at end of file diff --git a/frontend/src/View/express/ExpressList.vue b/frontend/src/View/express/ExpressList.vue index f212e8f..6861b48 100644 --- a/frontend/src/View/express/ExpressList.vue +++ b/frontend/src/View/express/ExpressList.vue @@ -1,218 +1,237 @@ - - - + + + \ No newline at end of file