This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
25
Activity
Browse Source
调整
tags/6.2.7
叙述、别离
1 year ago
parent
4641dbfceb
commit
c080390a1d
2 changed files
with
12 additions
and
18 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-10
src/admin/js/body.js
+8
-8
src/static/web/css/admin.css
+ 4
- 10
src/admin/js/body.js
View File
@@ -64,31 +64,25 @@ function LoadServer() {
let infoStr = `<table class="table table-borderless">`;
if (typeof rsp.result.domain !== "undefined") {
infoStr += `<tr>
<td width="2
0
%">
<td width="2
5
%">
<div class="web-info">
<p>授权域名</p>
<span>${rsp.result.domain}</span>
</div>
</td>
<td width="20%">
<div class="web-info">
<p>授权版本</p>
<span>${rsp.result.auth_version}.x.x</span>
</div>
</td>
<td width="20%">
<td width="25%">
<div class="web-info">
<p>站点名称</p>
<span>${rsp.result.title}</span>
</div>
</td>
<td width="2
0
%">
<td width="25%">
<div class="web-info">
<p>站点证书</p>
<span><a href="${cfg_biz_dedebizUrl}/auth/?domain=${rsp.result.domain}" target="_blank">查看证书</a></span>
</div>
</td>
<td width="2
0
%">
<td width="2
5
%">
<div class="web-info">
<p>商业组件</p>
<span><a href="javascript:ViewDedeBIZ()">组件状态</a></span>
+ 8
- 8
src/static/web/css/admin.css
View File
@@ -35,14 +35,10 @@ img {
max-width:100%;
border-radius:.5rem
}
div,
form,ul,ol,li {
form,ul,ol,li {
margin:0;
padding:0
}
div,li,span,th,td {
word-break:break-all;
word-wrap:break-word
}
li {
list-style:none
}
@@ -318,13 +314,12 @@ body.hidemenu .body-right {
padding:.65rem
}
.card-height {
height:490px;
max-
height:490px;
overflow:auto
}
.web-info {
padding:10px;
background:#f5f5f5;
white-space:nowrap
background:#f5f5f5
}
#fz-0 {
font-size:0
@@ -605,6 +600,11 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd
font-size:14px;
cursor:pointer
}
@media (max-width:480px) {
.web-info {
word-break:break-all
}
}
@media (min-width:480px) {
.modal-dialog {
max-width:500px
Write
Preview
Loading…
Cancel
Save