mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-09-11 06:39:46 +08:00
[更新]修改节点过虑
This commit is contained in:
parent
511cd20a4f
commit
925e577a94
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | Think.Admin
|
||||
// +----------------------------------------------------------------------
|
||||
@ -19,6 +20,8 @@ use think\Request;
|
||||
* 视图输出过滤
|
||||
* Class FilterView
|
||||
* @package hook
|
||||
* @author Anyon <zoujingli@qq.com>
|
||||
* @date 2017/04/25 11:59
|
||||
*/
|
||||
class FilterView {
|
||||
|
||||
@ -53,4 +56,5 @@ class FilterView {
|
||||
public function cnzz(&$params) {
|
||||
// @todo CNZZ统计
|
||||
}
|
||||
|
||||
}
|
@ -26,12 +26,12 @@ define(['jquery'], function () {
|
||||
$(':input[placeholder]').map(function () {
|
||||
var self = $(this), txt = self.attr('placeholder');
|
||||
self.wrap($('<div></div>').css({
|
||||
position: 'relative',
|
||||
zoom: '1',
|
||||
margin: 'none',
|
||||
border: 'none',
|
||||
background: 'none',
|
||||
padding: 'none',
|
||||
margin: 'none'
|
||||
background: 'none',
|
||||
position: 'relative',
|
||||
}));
|
||||
var pos = self.position(), h = self.outerHeight(true), paddingleft = self.css('padding-left');
|
||||
var holder = $('<span></span>').text(txt).css({
|
||||
|
Loading…
x
Reference in New Issue
Block a user