|
@@ -17,7 +17,7 @@
|
|
|
:size="size"
|
|
|
border
|
|
|
>
|
|
|
- <el-descriptions-item label="序号:" label-align="right">{{ specimenData.id }}</el-descriptions-item>
|
|
|
+ <el-descriptions-item label-class-name="my-label" label="序号:" label-align="right">{{ specimenData.id }}</el-descriptions-item>
|
|
|
|
|
|
<el-descriptions-item label="标本类型:" label-align="right" >{{ specimenTypeText }}
|
|
|
</el-descriptions-item>
|
|
@@ -382,7 +382,9 @@ const sourceText = computed(() => {
|
|
|
font-weight: bold;
|
|
|
color: #0f2438;
|
|
|
}
|
|
|
-
|
|
|
+:deep(.my-label) {
|
|
|
+ background: var(--el-color-success-light-9) !important;
|
|
|
+}
|
|
|
.label {
|
|
|
display: inline-block;
|
|
|
text-align: right;
|