更新至v1.87.6,更新内容在DzzOffice 笔记中查看

This commit is contained in:
小胡
2024-04-12 22:24:35 +08:00
Unverified
parent 0f2923c44c
commit dadcfefe55
6 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ a{
overflow: hidden;
border-radius: 8px;
margin:10px;
background: rgba(196,196,196,0.75);
background-color: rgba(255,255,255,0.55);
}
.main-content-ul .main-content-li:hover{
background: #D8DEEA;

View File

@@ -14,7 +14,7 @@ if(!defined('CORE_VERSION')) {
define('CORE_VERSION', '2.02');
define('CORE_RELEASE', '20180909');
define('CORE_FIXBUG' , '20000000');
define('CORE_XHVERSION', '1.87.5');
define('CORE_XHRELEASE', '20240320');
define('CORE_XHVERSION', '1.87.6');
define('CORE_XHRELEASE', '20240412');
define('CORE_XHFIXBUG' , '20240110');
}

View File

@@ -35,7 +35,7 @@
}
.popup-index>li .app-popup-li{
padding: 10px;
background-color: rgba(196,196,196,0.55);
background-color: rgba(255,255,255,0.55);
}
.popup-index>li.ui-sortable-helper{

View File

@@ -16,7 +16,7 @@
<span>{lang user_select_selected}<span class="ex-number"></span>{lang nape}</span>
</div>
</div>
<!--{if !$share[xiazai]}-->
<!--{if !$share[xiazai]}-->
<div class="select-toperate select-toperate-center toolButtons">
<div class="btns">
<a node-type="btn-item" href="javascript:void(0);" onclick="downfileselect();return false;" class="shares-topbtns">
@@ -24,7 +24,7 @@
</a>
</div>
</div>
<!--{/if}-->
<!--{/if}-->
<div class="select-toperate select-toperate-right">
<div class="btn-group pull-right" role="group">
<a type="button" class="btn btn-group-list" onclick="viewSwitch(this,'.module-list-view')"><i class="dzz dzz-view-list" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="{lang change_list}"></i></a>

View File

@@ -3134,7 +3134,7 @@ button.close {
}
}
.tooltip {
z-index: 2280;
z-index: 11200;
display: block;
margin: 0;
font-family: var(--bs-font-sans-serif);

View File

@@ -2130,7 +2130,7 @@ function showWindow(k, url, mode, cache, showWindow_callback,disablebacktohide)
menuObj = document.createElement('div');
menuObj.id = menuid;
menuObj.className = ' modal fade ';
menuObj.className = ' modal ';
if(disablebacktohide){
menuObj.setAttribute('data-backdrop','static');
menuObj.setAttribute('data-keyboard','false');