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
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;