mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-05 03:55:14 +08:00
优化UI和修复部分已知问题
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<script type="text/javascript" src="../../../../../static/js/common.js"></script>
|
||||
<script>var cookiepre = 'AQTa_2132_', cookiedomain = '';STATICURL = '../../../../../static/'</script>
|
||||
<style>
|
||||
html ,body{overflow:hidden;height:282px;}
|
||||
html ,body{overflow:auto;}
|
||||
.sllt td{
|
||||
padding:8px;
|
||||
}
|
||||
@@ -43,7 +43,7 @@ function smilies_onload(id, smcols, seditorkey) {
|
||||
key = i.substring(1);
|
||||
if(smilies_type[i][0]) {
|
||||
k++;
|
||||
smiliestype += '<li class="nav-item" id="'+seditorkey+'stype_'+key+'" onclick="smilies_switch(\'' + id + '\', \'' + smcols + '\', '+key+', 1, \'' + seditorkey + '\');if(CURRENTSTYPE) {$(\''+seditorkey+'stype_\'+CURRENTSTYPE).className=\'\';}this.className=\'active\';CURRENTSTYPE='+key+';doane(event);" ><a class="nav-link ' + (CURRENTSTYPE == key ? 'active"' : '') + ' href="javascript:;" hidefocus="true">'+smilies_type[i][0]+'</a></li>';
|
||||
smiliestype += '<li class="nav-item"><a class="' + (CURRENTSTYPE == key ? 'active"' : '') + '" id="'+seditorkey+'stype_'+key+'" onclick="smilies_switch(\'' + id + '\', \'' + smcols + '\', '+key+', 1, \'' + seditorkey + '\');if(CURRENTSTYPE) {document.getElementById(\''+seditorkey+'stype_\'+CURRENTSTYPE).className=\'\';}this.className=\'nav-link active\';CURRENTSTYPE='+key+';doane(event);" href="javascript:;" hidefocus="true">'+smilies_type[i][0]+'</a></>';
|
||||
}
|
||||
}
|
||||
smiliestype += '</ul></div>';
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
box-shadow: 0 1px 3px #eee, inset 0 0 3px #fff;
|
||||
word-break:break-all;
|
||||
margin:0 10px;
|
||||
border: 1px solid rgb(0 0 0 / 10%);
|
||||
}
|
||||
.tip .tip-op a{
|
||||
padding-top: 1px;
|
||||
|
||||
30
static/bootstrap/css/bootstrap.min.css
vendored
30
static/bootstrap/css/bootstrap.min.css
vendored
@@ -4689,7 +4689,20 @@ dd {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0 0 1rem
|
||||
margin: 0 0 1rem;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 1.25rem;
|
||||
line-height: 26px;
|
||||
margin-bottom: 18px;
|
||||
background: #ecf8ff;
|
||||
border-left: 5px solid #50bfff;
|
||||
color: #50bfff;
|
||||
padding: 8px 15px;
|
||||
border-radius: 0 var(--radius) var(--radius) 0
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
margin: 0
|
||||
}
|
||||
|
||||
b,
|
||||
@@ -5082,11 +5095,6 @@ progress {
|
||||
text-transform: uppercase
|
||||
}
|
||||
|
||||
.blockquote {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 1.25rem
|
||||
}
|
||||
|
||||
.blockquote>:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
@@ -16002,12 +16010,18 @@ fieldset:disabled .btn {
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
max-width: inherit;
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
visibility: visible;
|
||||
border: 2px solid #fff;
|
||||
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
|
||||
-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
|
||||
-webkit-transition: .15s linear;
|
||||
transition: .15s linear;
|
||||
cursor: pointer;
|
||||
}
|
||||
.has-error .checkbox,
|
||||
.has-error .checkbox-inline,
|
||||
|
||||
Reference in New Issue
Block a user