cursor:pointer全局添加到id以open开头和id以close开头的span标签上
This commit is contained in:
@@ -326,7 +326,7 @@
|
||||
<c:forEach items="${page.list }" var="indexCfg" varStatus="status" step="1">
|
||||
<tr>
|
||||
<td>
|
||||
<span style="cursor:pointer;" id="open${status.index}" class="" compileId="${indexCfg.compileId}" cfgId="${indexCfg.cfgId}"> ▷ </span><span style="display: none;cursor:pointer;" id="close${status.index}" > ▼ </span>
|
||||
<span id="open${status.index}" class="" compileId="${indexCfg.compileId}" cfgId="${indexCfg.cfgId}"> ▷ </span><span style="display: none;" id="close${status.index}" > ▼ </span>
|
||||
<input type="checkbox" class="i-checks child-checks" id="${indexCfg.cfgId}" value="${indexCfg.isAudit}">
|
||||
</td>
|
||||
<td>${indexCfg.cfgDesc }</td>
|
||||
|
||||
@@ -22264,7 +22264,7 @@ Color library demo
|
||||
|
||||
|
||||
|
||||
/*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ*/
|
||||
/*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ*/
|
||||
|
||||
.sort-column {
|
||||
|
||||
@@ -22538,7 +22538,7 @@ transition: background-color .1s ease-in-out;
|
||||
|
||||
/* END SHOW MORE CSS**/
|
||||
|
||||
/**<2A><><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD><D0B1>Ӽ<EFBFBD>չʾ<D5B9><CABE>ʽ**/
|
||||
/**<2A><><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD><D0B1>Ӽ<EFBFBD>չʾ<D5B9><CABE>ʽ**/
|
||||
.tabInfo {
|
||||
width: 150px;
|
||||
border: 1px solid #c2cad8;
|
||||
@@ -22564,3 +22564,9 @@ transition: background-color .1s ease-in-out;
|
||||
margin-right: 5px;
|
||||
margin-bottom:-15px;
|
||||
}
|
||||
span[id^='open']{
|
||||
cursor:pointer;
|
||||
}
|
||||
span[id^='close']{
|
||||
cursor:pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user