修改样式
This commit is contained in:
parent
9d4f75777f
commit
e4e21b3ca0
@ -78,13 +78,13 @@ export const useAppStore = defineStore('app', {
|
|||||||
// 左侧菜单浅色背景颜色
|
// 左侧菜单浅色背景颜色
|
||||||
leftMenuBgLightColor: '#4F8AF0',//#0f2438
|
leftMenuBgLightColor: '#4F8AF0',//#0f2438
|
||||||
// 左侧菜单选中背景颜色
|
// 左侧菜单选中背景颜色
|
||||||
leftMenuBgActiveColor: 'var(--el-color-primary)',
|
leftMenuBgActiveColor: '#ffffff', //var(--el-color-primary)
|
||||||
// 左侧菜单收起选中背景颜色
|
// 左侧菜单收起选中背景颜色
|
||||||
leftMenuCollapseBgActiveColor: 'var(--el-color-primary)',
|
leftMenuCollapseBgActiveColor: 'var(--el-color-primary)',
|
||||||
// 左侧菜单字体颜色
|
// 左侧菜单字体颜色
|
||||||
leftMenuTextColor: '#FFFFFF',//#bfcbd9
|
leftMenuTextColor: '#FFFFFF',//#bfcbd9
|
||||||
// 左侧菜单选中字体颜色
|
// 左侧菜单选中字体颜色
|
||||||
leftMenuTextActiveColor: '#c9c4c4',
|
leftMenuTextActiveColor: '#b7b7b7',
|
||||||
// logo字体颜色
|
// logo字体颜色
|
||||||
logoTitleTextColor: '#fff',
|
logoTitleTextColor: '#fff',
|
||||||
// logo边框颜色
|
// logo边框颜色
|
||||||
|
@ -304,9 +304,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-button
|
<el-button
|
||||||
type="success"
|
style="width: 80px; float: right; margin-right: 15px; margin-top: 30px ;background-color: rgba(56, 119, 246, 1);font-size: 14; color: rgb(255, 255, 255);"
|
||||||
plain
|
|
||||||
style="width: 80px; float: right; margin-right: 15px; margin-top: 30px"
|
|
||||||
@click="save"
|
@click="save"
|
||||||
:disabled="savedisabled"
|
:disabled="savedisabled"
|
||||||
>保存</el-button
|
>保存</el-button
|
||||||
@ -315,7 +313,7 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
plain
|
plain
|
||||||
v-show="examinedisabled"
|
v-show="examinedisabled"
|
||||||
style="width: 80px; float: right; margin-right: 15px; margin-top: 30px"
|
style="width: 80px; float: right; margin-right: 15px; margin-top: 30px;background-color: rgba(56, 119, 246, 1);font-size: 14; color: rgb(255, 255, 255);"
|
||||||
@click="examine"
|
@click="examine"
|
||||||
>审核</el-button
|
>审核</el-button
|
||||||
>
|
>
|
||||||
@ -361,17 +359,15 @@
|
|||||||
<!--功能区-->
|
<!--功能区-->
|
||||||
<div>
|
<div>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
style="width: 100px; float: right; background-color: rgba(56, 119, 246, 1);font-size: 14; color: rgb(255, 255, 255);"
|
||||||
style="width: 100px; float: right"
|
|
||||||
class="ignore-print"
|
class="ignore-print"
|
||||||
:disabled="formLoading"
|
:disabled="formLoading"
|
||||||
v-print="'my-printMe'"
|
v-print="'my-printMe'"
|
||||||
>打印</el-button
|
>打印</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
|
||||||
class="ignore-print"
|
class="ignore-print"
|
||||||
style="width: 100px"
|
style="width: 100px;background-color: rgba(56, 119, 246, 1);font-size: 14; color: rgb(255, 255, 255);"
|
||||||
:disabled="formLoading"
|
:disabled="formLoading"
|
||||||
@click="() => htmlToPdf.getPdf('超声报告单', '#PDF')"
|
@click="() => htmlToPdf.getPdf('超声报告单', '#PDF')"
|
||||||
>导出PDF</el-button
|
>导出PDF</el-button
|
||||||
@ -386,22 +382,20 @@
|
|||||||
<!--图片区域-->
|
<!--图片区域-->
|
||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
style=" background-color: rgb(56, 119, 246); font-size: 14; color: rgb(255, 255, 255) ;width: 100%"
|
||||||
plain
|
|
||||||
style="width: 100%"
|
|
||||||
@click="upimagedeleteor()"
|
@click="upimagedeleteor()"
|
||||||
:disabled="savedisabled"
|
:disabled="savedisabled"
|
||||||
>图像删除</el-button
|
>
|
||||||
|
<el-icon style="margin-right: 10px;"><RefreshLeft/></el-icon>图像删除</el-button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
style="background-color: rgb(56, 119, 246); font-size: 14; color: rgb(255, 255, 255) ;width: 100%"
|
||||||
plain
|
|
||||||
style="width: 100%"
|
|
||||||
@click="getimages('')"
|
@click="getimages('')"
|
||||||
:disabled="savedisabled"
|
:disabled="savedisabled"
|
||||||
>图像刷新</el-button
|
>
|
||||||
|
<el-icon style="margin-right: 10px;"><DeleteFilled /></el-icon>图像刷新</el-button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="image-container image-wrapper image-item-container">
|
<div class="image-container image-wrapper image-item-container">
|
||||||
|
Loading…
Reference in New Issue
Block a user