|
@@ -382,7 +382,7 @@
|
|
|
<HcReport :show="isReport" :data="reportData" @finish="reportFinish" @hide="isReport = false" />
|
|
|
|
|
|
<!-- 在线验签 -->
|
|
|
- <hc-new-drawer v-model="isOnlineVerifyDrawer" modal-class="hc-online-verify-drawer" to-id="app" @close="onlineVerifyDrawerClose">
|
|
|
+ <hc-new-drawer v-model="isOnlineVerifyDrawer" modal-class="hc-online-verify-drawer" to-id="app" append-to-body @close="onlineVerifyDrawerClose">
|
|
|
<hc-new-card>
|
|
|
<template #header>
|
|
|
<div class="online-verify-title">这是标题名称</div>
|
|
@@ -1730,4 +1730,13 @@ const onlineVerifyDrawerClose = () => {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+html.dark .hc-online-verify-drawer .el-card.hc-new-card-box{
|
|
|
+ background-color:var(--hc-bg-color);
|
|
|
+ .hc-card-header-box {
|
|
|
+ .online-verify-icon {
|
|
|
+ color: var(--el-color-primary);
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|