mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
修改聊天窗口和字典空隙
This commit is contained in:
parent
77e3ea42b2
commit
2688240336
|
@ -21,11 +21,11 @@
|
|||
border
|
||||
show-overflow-tooltip
|
||||
>
|
||||
<el-table-column property="description" label="描述" width="300" align="center"/>
|
||||
<el-table-column property="label" label="标签名" width="260" align="center"/>
|
||||
<el-table-column property="value" label="值" width="260" align="center"/>
|
||||
<el-table-column property="remarks" label="备注" width="260" align="center"/>
|
||||
<el-table-column property="dictType" label="类型" width="180" align="center"/>
|
||||
<el-table-column property="description" label="描述" width="260" align="center"/>
|
||||
<el-table-column property="label" label="标签名" width="220" align="center"/>
|
||||
<el-table-column property="value" label="值" width="80" align="center"/>
|
||||
<el-table-column property="remarks" label="备注" width="160" align="center"/>
|
||||
<el-table-column property="dictType" label="类型" width="200" align="center"/>
|
||||
<el-table-column property="sortOrder" label="排序" width="80" align="center"/>
|
||||
<el-table-column label="操作" align="center">
|
||||
<template #default="scope">
|
||||
|
|
|
@ -42,9 +42,6 @@
|
|||
<!-- <el-option v-for="item in databaseOptions" :key="item.value" :label="item.label"-->
|
||||
<!-- :value="item.value"/>-->
|
||||
<!-- </el-select>-->
|
||||
<!-- <el-descriptions >-->
|
||||
<!-- <el-descriptions-item label="病人尿量(ml)" size="size">500</el-descriptions-item>-->
|
||||
<!-- </el-descriptions>-->
|
||||
<el-space direction="vertical">
|
||||
<el-text style="margin-right:30px;font-size: 20px;font-weight:700;color:#006080 ">病人尿量(ml):500</el-text>
|
||||
</el-space>
|
||||
|
@ -938,6 +935,9 @@ function startAI() {
|
|||
|
||||
&.align-right {
|
||||
text-align: right;
|
||||
span {
|
||||
background: $main-color;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
|
@ -948,7 +948,7 @@ function startAI() {
|
|||
border-radius: 8px;
|
||||
color: white;
|
||||
letter-spacing: 1px;
|
||||
background: $main-color;
|
||||
background: #92b3c1;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user