liuyifan 5 gadi atpakaļ
vecāks
revīzija
e14680acee

+ 1 - 2
WebUI/CallCenterWeb.UI/YeWu/Number.html

@@ -112,8 +112,7 @@
112 112
                                     <a class="sc_btn btns db">搜索</a>
113 113
                                     <a class="sc_btn btns export">导出</a>
114 114
                                 </li>
115
-                                <li><span class="text-danger"
116
-                                        style="padding-left: 10px;line-height: 30px;">默认显示当前月的信息</span></li>
115
+                                <li><span class="text-danger" style="padding-left: 10px;line-height: 30px;">默认显示当前月的信息</span></li>
117 116
                             </ul>
118 117
                         </div>
119 118
                     </div>

+ 1 - 0
WebUI/CallCenterWeb.UI/YeWu/performanceAppraisalGongYi.html

@@ -139,6 +139,7 @@
139 139
                         </div>
140 140
                         <button class="btns search_1">查询</button>
141 141
                         <a class="btns" id="exportPublicSentiments">导出</a>
142
+                        <span class="text-danger" style="padding-left: 10px;line-height: 30px;">默认显示当前月的信息</span>
142 143
                     </div>
143 144
                 </div>
144 145
 

+ 2 - 2
WebUI/CallCenterWeb.UI/zhiShiKu/js/zhiShiKu.js

@@ -174,7 +174,7 @@ function editKnowledge(editId){
174 174
      	moveType: 1,//拖拽类型 默认的拖拽风格正如你所见到的,会有个过度的透明框。但是如果你不喜欢,你可以设定moveType: 1切换到传统的拖拽模式
175 175
      	moveOut: true, //拖拽到窗口外
176 176
      	//resize: true,//是否允许拉伸
177
-      	area: ['70%', '50%'],
177
+      	area: ['70%', '80%'],
178 178
       	content: 'changeZSDetail.html?id='+ editId +''
179 179
     });
180 180
 }
@@ -191,7 +191,7 @@ $('.addCon').click(function() {
191 191
      	moveType: 1,//拖拽类型 默认的拖拽风格正如你所见到的,会有个过度的透明框。但是如果你不喜欢,你可以设定moveType: 1切换到传统的拖拽模式
192 192
      	moveOut: true, //拖拽到窗口外
193 193
      	//resize: true,//是否允许拉伸
194
-      	area: ['70%', '50%'],
194
+      	area: ['70%', '80%'],
195 195
       	content: 'addZhiShiKu.html'
196 196
     });
197 197
 })