|
@@ -136,10 +136,11 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
- .my-form .my-form-head .title-box .title {
|
|
|
+ .my-form .my-form-head .title-box .title2 {
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
margin-left: 6px;
|
|
|
+ color:#595959;
|
|
|
}
|
|
|
.my-form .my-form-head .title-box .warning-icon {
|
|
|
width: 24px;
|
|
@@ -353,7 +354,7 @@
|
|
|
<div class="my-form-head">
|
|
|
<div class="title-box">
|
|
|
<img src="${ctxStatic}/images/dialog_warning_icon.png" class="warning-icon" />
|
|
|
- <span class="title"></span>
|
|
|
+ <span class="title2"></span>
|
|
|
</div>
|
|
|
<img src="${ctxStatic}/images/dialog_close_icon.png" class="close-icon" onclick="deleteDivHide()"/>
|
|
|
</div>
|
|
@@ -760,7 +761,7 @@ function createDialog() {
|
|
|
initParams: {},
|
|
|
setDialogTitle: function (index) {
|
|
|
if (index < 4) {
|
|
|
- $('#deleteDiv .title').html('第' + index + '次警告');
|
|
|
+ $('#deleteDiv .title2').html('第' + index + '次警告');
|
|
|
$('.sub-title1,.subjectCode,.groupNumber').show();
|
|
|
$('.sub-title2,.authCode').hide();
|
|
|
|