@@ -100,6 +100,7 @@ export default {
|
||||
FileEnContent: `\n\n\n\n`,
|
||||
UpdateDate: '',
|
||||
EffectiveDate: '',
|
||||
IsCurrentVersion: false
|
||||
},
|
||||
rules: {
|
||||
UserAgreementTypeEnum: [
|
||||
@@ -177,6 +178,15 @@ export default {
|
||||
|
||||
}
|
||||
|
||||
.base-dialog-body {
|
||||
max-height: calc(100% - 60px);
|
||||
}
|
||||
|
||||
.upload-temporary-file {
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.content {
|
||||
max-height: 350px;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user