Merge remote-tracking branch 'origin/apps_dev' into apps_dev

This commit is contained in:
zhaol 2024-11-13 16:29:52 +08:00
commit 0f054fb3cd
3 changed files with 19 additions and 4 deletions

View File

@ -19,11 +19,12 @@
<span style="margin-top: 6px;font-size: 11px;">智能文件搜索</span>
<el-dialog
:visible.sync="dialogVisible"
width="80%"
width="70%"
top="2%"
custom-class="custom-dialog"
append-to-body>
<span class="">
<el-button @click="openInFullScreen">全屏打开</el-button>
<span >
<i class="button-icon" @click="openInFullScreen"></i>
</span>
<iframe :src="newPageUrl" frameborder="0" style="width: 100%; height: 100%;"></iframe>
<span slot="footer" class="dialog-footer">
@ -758,8 +759,10 @@
.custom-dialog .el-dialog__body {
/* 设置高度为 70%,注意这里可能需要额外的 CSS 来处理滚动条和布局问题 */
height: 70vh; /* 使用视口高度viewport height的 70% */
overflow: auto; /* 允许内容滚动 */
/*overflow: auto; /* 允许内容滚动 */
padding: 5px 10px;
}
.postInfo.icon1 i{display: block; width: 32px;height: 32px; float: left; background: url("../apps/com.awspaas.user.apps.yili.integration/static/icon1.png") no-repeat; background-size: 100%;border-radius: 100%; margin-right: 10px}
.postInfo span{display:block;color: #639; font-size: 20px;margin-left: 6px}
.postInfo.icon2 i{display: block; width: 32px;height: 32px; float: left; background: url("../apps/com.awspaas.user.apps.yili.integration/static/icon2.png") no-repeat; background-size: 100%;border-radius: 100%; margin-right: 10px}

View File

@ -8,6 +8,18 @@
background-size: contain;
}
.button-icon {
background: url(../img/fangda.png) no-repeat;
font-size: 16px;
position: absolute;
top: 20px;
right: 50px;
cursor: pointer;
border: none;
height: 16px;
width: 16px;
}
.tips{
display: inline-block;
height: 15px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B