dever hace 6 años
padre
commit
748d22af3a

+ 3 - 3
content/database/article.php

@@ -112,7 +112,7 @@ return array
 			'desc' 		=> '标签',
 			'match' 	=> 'is_numeric',
 			'update'	=> 'selects',
-			'search'	=> 'fulltext',
+			//'search'	=> 'fulltext',
 			'update_search'	=> 'tag/lib/core.search',
 		),
 
@@ -131,9 +131,9 @@ return array
 		'num_add_view'		=> array
 		(
 			'type' 		=> 'int-11',
-			'name' 		=> '手动增加浏览量pv数',
+			'name' 		=> '浏览量基数',
 			'default' 	=> '0',
-			'desc' 		=> '请填写手动增加浏览量pv',
+			'desc' 		=> '浏览量基数',
 			'match' 	=> 'option',
 			'update'	=> 'text',
 		),

+ 3 - 0
data/compile/wonderful/manage/layadmin/project/database/list.cmp.php

@@ -23,6 +23,9 @@
 {
     height: 25px;
 }
+.layui-table-cell {
+    height: auto;
+}
 </style>
 <span id="dever-name" style="display:none;"><?php echo $data['manage/auth.config']['title'] ?></span>
 <div class="topbar">