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