Merge pull request #8309 from dataease/pr@dev-v2@style_login_page_foot

style: 登录页面页脚样式
This commit is contained in:
fit2cloud-chenyw 2024-03-04 16:33:41 +08:00 committed by GitHub
commit eb264bc1cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -344,10 +344,10 @@ onMounted(() => {
</div>
</el-form>
</div>
<div v-if="showFoot" class="dynamic-login-foot" v-html="footContent" />
</div>
</div>
</div>
<div v-if="showFoot" class="dynamic-login-foot" v-html="footContent" />
</template>
<style lang="less" scoped>
@ -380,6 +380,7 @@ onMounted(() => {
}
.login-form-content {
position: relative;
flex: 1;
display: flex;
align-items: center;
@ -509,7 +510,7 @@ onMounted(() => {
.dynamic-login-foot {
visibility: visible;
width: 100%;
position: fixed;
position: absolute;
z-index: 302;
bottom: 0;
left: 0;

@ -1 +1 @@
Subproject commit ef38ac5024dc890c71b9899ee9b832d559e7cdb2
Subproject commit 2a38af6ba6d683603e23f46736e8e538f61831cc