diff --git a/components/CreateServiceOrder/styles/index.scss b/components/CreateServiceOrder/styles/index.scss index 4e1700e..76cac94 100644 --- a/components/CreateServiceOrder/styles/index.scss +++ b/components/CreateServiceOrder/styles/index.scss @@ -1,15 +1,5 @@ -.create-service-order { - // margin-left: 12px; - // margin-right: 12px; -} - .create-service-wrapper { - // box-sizing: border-box; padding: 12px 0; - // background-color: #eff6fa; - // box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1); - // border-radius: 4px 20px 20px 20px; - // border: 1px solid #fff; } .order-header { @@ -116,7 +106,7 @@ } .order-button { - width: 280px; + width: 300px; height: 42px; background: linear-gradient(90deg, #ff7e00, #ffba00); color: #fff; diff --git a/components/Feedback/images/icon_volume.png b/components/Feedback/images/icon_volume.png new file mode 100644 index 0000000..75bc98d Binary files /dev/null and b/components/Feedback/images/icon_volume.png differ diff --git a/components/Feedback/index.vue b/components/Feedback/index.vue new file mode 100644 index 0000000..1978386 --- /dev/null +++ b/components/Feedback/index.vue @@ -0,0 +1,140 @@ +