From 206eb1f47082bcc28ebf8093e2899d5875e5ad0c Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 28 二月 2025 19:18:16 +0800
Subject: [PATCH] 35
---
src/views/prescriptionDrug/index.vue | 81 +++++++++++++++++++++++-----------------
1 files changed, 46 insertions(+), 35 deletions(-)
diff --git a/src/views/prescriptionDrug/index.vue b/src/views/prescriptionDrug/index.vue
index 1d9c14f..ccfb08d 100644
--- a/src/views/prescriptionDrug/index.vue
+++ b/src/views/prescriptionDrug/index.vue
@@ -18,7 +18,7 @@
<span class="labletext">医嘱名称:</span>
<span>{{order.orderNameInfo.drugName}}</span>
</van-col>
- <van-col span="6" style="text-align: right;color: #769AFF;font-weight: 400;">长期医嘱</van-col>
+ <van-col span="6" style="text-align: right;color: #769aff;font-weight: 400;">长期医嘱</van-col>
</van-row>
<van-row class="lable3">
<van-col span="24">
@@ -48,7 +48,7 @@
</div>
</template>
<script lang="ts" setup>
- import {ref,reactive,watchEffect,watch,onMounted} from 'vue'
+ import {ref,watch,onMounted} from 'vue'
import {ajaxPost} from '@/utils/axios'
import {useRouter} from 'vue-router'
const router=useRouter()
@@ -71,65 +71,76 @@
})
</script>
<style lang="scss">
- .report{
- background-color: #F6FAFF;
+ .report {
+ background-color: #f6faff;
padding: 0;
- .inputdiv{
+
+ .inputdiv {
width: 94%;
margin-left: 3%;
margin-top: 10px;
- .input{
+
+ .input {
width: 100%;
+
// height: 33px;
border-radius: 22px;
- border: 1px solid #DADADA;
+ border: 1px solid #dadada;
+
// line-height: 33px;
}
}
}
- .listdiv{
- .listrow{
+
+ .listdiv {
+ .listrow {
margin-top: 10px;
width: 94%;
margin-left: 3%;
- background: #FFFFFF;
- box-shadow: 0px 2px 4px 0px rgba(70,150,249,0.1);
+ background: #fff;
+ box-shadow: 0 2px 4px 0 rgba(70, 150, 249, 0.1);
border-radius: 8px;
- .lable{
+
+ .lable {
width: 90%;
margin-left: 5%;
height: 40px;
- div{
- height: 40px;
- font-size: 13px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #2A2A2A;
- line-height: 40px;
- border-bottom: #F1F1F2 1px solid;
- .labletext{
+
+ div {
+ height: 40px;
+ font-size: 13px;
+ font-family: Arial, sans-serif;
font-weight: 400;
- color: #777777;
+ color: #2a2a2a;
+ line-height: 40px;
+ border-bottom: #f1f1f2 1px solid;
+
+ .labletext {
+ font-weight: 400;
+ color: #777;
+ }
}
- }
}
- .lable3{
+
+ .lable3 {
width: 90%;
margin-left: 5%;
height: 40px;
- div{
- height: 40px;
- font-size: 13px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #2A2A2A;
- line-height: 20px;
- border-bottom: #F1F1F2 1px solid;
- .labletext{
+
+ div {
+ height: 40px;
+ font-size: 13px;
+ font-family: Arial, sans-serif;
font-weight: 400;
- color: #777777;
+ color: #2a2a2a;
+ line-height: 20px;
+ border-bottom: #f1f1f2 1px solid;
+
+ .labletext {
+ font-weight: 400;
+ color: #777;
+ }
}
- }
}
}
}
--
Gitblit v1.8.0