Merge branch 'uat' of https://gitea.frp.extimaging.com/XCKJ/irc_web into uat
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-08-07 15:32:37 +08:00
commit fad91756b6
1 changed files with 2 additions and 1 deletions

View File

@ -167,6 +167,7 @@ export default {
this.timer = setInterval(() => {
this.second--;
if (this.second <= 0) {
this.flag = false;
clearInterval(this.timer);
this.timer = null;
}
@ -201,7 +202,7 @@ export default {
margin-right: 5px;
}
}
::v-deep .el-dialog__header{
::v-deep .el-dialog__header {
font-weight: bold;
}
</style>