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