diff --git a/components/CreateServiceOrder/styles/index.scss b/components/CreateServiceOrder/styles/index.scss index 125baf5..55741f8 100644 --- a/components/CreateServiceOrder/styles/index.scss +++ b/components/CreateServiceOrder/styles/index.scss @@ -5,7 +5,7 @@ .create-service-wrapper { // box-sizing: border-box; - padding: 12px 0 16px; + padding: 12px 0; // background-color: #eff6fa; // box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1); // border-radius: 4px 20px 20px 20px; @@ -122,7 +122,7 @@ } .footer-help { - margin-top: 8px; + margin-bottom: 12px; display: flex; align-items: center; font-size: 14px; diff --git a/pages/chat/ChatCardAI.vue b/pages/chat/ChatCardAI.vue index 81cd12e..8893fda 100644 --- a/pages/chat/ChatCardAI.vue +++ b/pages/chat/ChatCardAI.vue @@ -1,7 +1,7 @@