隐私政策样式调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
0e029369a3
commit
5565b1389d
|
|
@ -100,6 +100,7 @@ export default {
|
||||||
FileEnContent: `\n\n\n\n`,
|
FileEnContent: `\n\n\n\n`,
|
||||||
UpdateDate: '',
|
UpdateDate: '',
|
||||||
EffectiveDate: '',
|
EffectiveDate: '',
|
||||||
|
IsCurrentVersion: false
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
UserAgreementTypeEnum: [
|
UserAgreementTypeEnum: [
|
||||||
|
|
@ -177,6 +178,15 @@ export default {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.base-dialog-body {
|
||||||
|
max-height: calc(100% - 60px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.upload-temporary-file {
|
||||||
|
overflow-y: auto;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue