diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 1cc79ce..c92070e 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -162,19 +162,4 @@ $lighter-color: rgba(#4D6DE4, 0.5); &:hover{ background: $lighter-color; } -} -.delete-btn{ - cursor: pointer; - display: inline-block; - width: 72px; - height: 24px; - line-height: 24px; - background: #ff0000; - border-radius: 3px; - color: #FFF; - font-size: 12px; - text-align: center; - &:hover{ - background: (rgba(#ff0000, 0.5)); - } } \ No newline at end of file diff --git a/src/components/charge/ChargeQueue.vue b/src/components/charge/ChargeQueue.vue index aa117b0..ed29971 100644 --- a/src/components/charge/ChargeQueue.vue +++ b/src/components/charge/ChargeQueue.vue @@ -41,8 +41,7 @@
新增患者 @@ -231,14 +230,13 @@ const selected= ref(false) display: flex; justify-content: center; align-items: center; - background: #FFFFFF; + background: #4D6DE4; border-radius: 6px; - border: 1px solid #979797; margin-left: 16px; cursor: pointer; + color: #fff; &:hover { - background: #4D6DE4; - color: #fff; + background: rgba(#4D6DE4,0.5); } } } diff --git a/src/components/charge/OrderDetail.vue b/src/components/charge/OrderDetail.vue index 60154a4..99db606 100644 --- a/src/components/charge/OrderDetail.vue +++ b/src/components/charge/OrderDetail.vue @@ -1,6 +1,6 @@ diff --git a/src/components/statistics/over/Revenue.vue b/src/components/statistics/over/Revenue.vue index bcb6128..d4fdbfd 100644 --- a/src/components/statistics/over/Revenue.vue +++ b/src/components/statistics/over/Revenue.vue @@ -529,7 +529,7 @@ const initCountChart = () => { &:hover { color: #fff; - background: #409EFF; + background: rgba(#4D6DE4,0.5); } } @@ -537,7 +537,7 @@ const initCountChart = () => { .active { color: #fff !important; - background: #409EFF; + background: #4D6DE4; } .container { diff --git a/src/views/home/index.vue b/src/views/home/index.vue index d6f68e0..c2f395c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -59,10 +59,9 @@ async function getData() {