Index: ssts-web/src/main/webapp/disinfectsystem/instrumentInstanceManager/instrumentInstanceView.jsp =================================================================== diff -u -r34698 -r40839 --- ssts-web/src/main/webapp/disinfectsystem/instrumentInstanceManager/instrumentInstanceView.jsp (.../instrumentInstanceView.jsp) (revision 34698) +++ ssts-web/src/main/webapp/disinfectsystem/instrumentInstanceManager/instrumentInstanceView.jsp (.../instrumentInstanceView.jsp) (revision 40839) @@ -44,6 +44,22 @@ .pageFirst,.pagePrev,.pageNext,.pageLast { width: 20px; } + .x-combo-checker { + background-position: 50% -2px; + margin-left: 1px; + background-color: transparent; + background-image:url(${ctx}/ext-4.1.0/ux/css/images/unchecked.gif); + background-position: -1px -1px; + background-repeat: no-repeat; + height: 14px; + width: 14px; + display: inline-block; + } + + /*ext多选下拉框样式,已选*/ + .x4-boundlist-selected .x-combo-checker { + background-image:url(${ctx}/ext-4.1.0/ux/css/images/checked.gif); + } - - + + + + + + \ No newline at end of file