登录日志详情弹框样式修改

uat_us
wangxiaoshuang 2024-12-30 13:15:50 +08:00
parent 4defa157ee
commit ca4f2c4a8e
1 changed files with 8 additions and 1 deletions

View File

@ -49,6 +49,8 @@ export default {
title: this.$t('system:loginLog:dialog:title'), title: this.$t('system:loginLog:dialog:title'),
width: '500px', width: '500px',
top: '10vh', top: '10vh',
appendToBody: true,
bodyStyle: `min-height: 100px; max-height: 650px;overflow-y: auto;padding: 10px;border: 1px solid #e0e0e0;`,
} }
}, },
}, },
@ -87,3 +89,8 @@ export default {
}, },
} }
</script> </script>
<style lang="scss" scoped>
::v-deep .el-form-item__label {
font-weight: bold;
}
</style>