无法解决
最后更新: 12月16日12:55 通过管理
由: 约翰
评论: 1
类别: jQuery的剑道UI
类型: 错误报告
0

显然,我们使用的深色主题将glass.png添加到标签中。太好了。看起来不错。然而,它似乎也适用于标签内的区域。
在大多数带有标签的弹出式窗口中很难看到它,但通过控件的间隙可以看到它。我已经删除了这张图的顶层,这样你就可以看到它了。下面是一个受影响的页面的html,所以你可以看到我们没有设置错误。这是剑道的黑色主题。


@using DispatchCrude.Models;注意:这个脚本部分必须在页面的顶部弹出窗口功能正常。它不能移动到页面的底部。*@ 
@ html。HiddenFor(x => x. id) 类=“gridErrors NullValidator”> @(Html.Kendo().TabStrip() .Name())“tabstrip”) .Items(tabstrip => {tabstrip. add ().Text()“一般”).选择(真正的).文本内容(@ < > < div=“popup-editor-container”> < div=“popup-editor-column-sm”> < div=“popup-editor-label”> @Html。LabelFor(model => model. timezoneid).IsRequired()
类=“popup-editor-field”> @Html。编辑器For(model => model.TimeZoneID,{htmlAttributes ={style =宽度:120 px;高度:30 px;“}})
类=“popup-editor-column-sm”> < div=“popup-editor-label”> @Html。LabelFor(model => model. regionid).IsRequired()
类=“popup-editor-field”> @Html。编辑器For(model => model.RegionID)
类=“popup-editor-field”> @Html。编辑器For(model => model.PreferredDestinationID,{table =“GetPreferredDestinations”,控制器=“起源”, filter =“filterDestination()”})
);tabstrip.Add()。text (“油田”).文本内容(@ < > < div=“popup-editor-container”> < div=“popup-editor-column-sm”> < div=“popup-editor-label”> @Html。LabelFor(model => model. leasename).IsRequired()
类=“popup-editor-field”> @Html。编辑器For(model => model.LeaseName)
类=“popup-editor-label”> @Html。LabelFor(model => model. legaldescription) 类=“popup-editor-field”> @Html。编辑器For(model => model.LegalDescription) ); tabstrip.Add().Text(“全球定位系统”).内容(@
类=“popup-editor-column-lg”> < div=“popup-editor-label”> @Html。LabelFor(model => model. geofenceradiusmeters)
类=“popup-editor-field”> @Html。编辑器For(model => model.GeoFenceRadiusMeters,{htmlAttributes ={style =”“}})
);})