mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #8309 from dataease/pr@dev-v2@style_login_page_foot
style: 登录页面页脚样式
This commit is contained in:
@@ -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;
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: ef38ac5024...2a38af6ba6
Reference in New Issue
Block a user