Переглянути джерело

优化数据库文档方便浏览

adminsite
叙述、别离 10 години тому
джерело
коміт
491873b95f
2 змінених файлів з 2 додано та 2 видалено
  1. +1
    -1
      src/admin/sys_sql_query.php
  2. +1
    -1
      src/system/taglib/arclist.lib.php

+ 1
- 1
src/admin/sys_sql_query.php Переглянути файл

@@ -224,7 +224,7 @@ else if ($dopost == "query") {
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/web/css/admin.css">
<title>DedeBIZ数据库文档</title>
<style>.card{transition:transform 0.5s}.card:hover{transform:translateY(-0.25rem)}.card-header{border-top-left-radius:0.5rem!important;border-top-right-radius:0.5rem!important}.table thead th{padding:0.5rem;background:#e9ecef;border-bottom:none}.table tbody td{padding:0.5rem}</style>
<style>.card-header{border-top-left-radius:0.5rem!important;border-top-right-radius:0.5rem!important}.table thead th{padding:0.5rem;background:#e9ecef;border-bottom:none}.table tbody td{padding:0.5rem}</style>
</head>
<body>
<div class="container-fluid">


+ 1
- 1
src/system/taglib/arclist.lib.php Переглянути файл

@@ -400,7 +400,7 @@ function lib_arclistDone (&$refObj, &$ctag, $typeid=0, $row=10, $col=1, $titlele
} else {
$artlist .= '';
}
//进行判断,如果启用排序则文档输出为重新排序后的文档var_dump($isweight=='y' && count($orderWeight) == $line);
//进行判断如果启用排序则文档输出为重新排序后的文档var_dump($isweight=='y' && count($orderWeight) == $line);
$isweight = strtolower($isweight);
if ($isweight == 'y') {
$artlist = '';


Завантаження…
Відмінити
Зберегти