mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-01 15:02:42 +08:00
修复部分已知问题
This commit is contained in:
@@ -408,9 +408,9 @@ select {
|
||||
z-index: 1050;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
box-shadow: 0 0 2px rgba(var(--bs-dark-rgb), 0.375);
|
||||
border-radius: var(--radius);
|
||||
border-radius: var(--radius);
|
||||
background: #fbfbfb;
|
||||
overflow: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
.bs-left-container .bs-left-title{
|
||||
font-size: 20px;
|
||||
|
||||
4
static/js/main.min.js
vendored
4
static/js/main.min.js
vendored
@@ -1,5 +1,5 @@
|
||||
$(document).ready( function() {
|
||||
$("button:submit,input:submit, .main-header .nav-link").click(function(){
|
||||
$("button:submit,input:submit, .nav-link, .btn,.nav-item a").click(function(){
|
||||
$(this).attr('disable', 'true');
|
||||
var l = $(this).lyearloading({
|
||||
opacity: 0.2,
|
||||
@@ -8,7 +8,7 @@ $(document).ready( function() {
|
||||
setTimeout(function() {
|
||||
$(this).prop('disable', 'false');
|
||||
l.destroy(); // 可以使用hide,页面中如果有多个loading,最好用destroy,避免后面的loading设置不生效
|
||||
}, 1e3)
|
||||
}, 1e3);
|
||||
});
|
||||
// 停止
|
||||
$("body").on('click','[data-stopPropagation]',function (e) {
|
||||
|
||||
Reference in New Issue
Block a user