guanqb
2024-02-22 0effefd8e3e81090e34e8de313dff487fa8e98a1
公司管理样式调整
1 files modified
23 ■■■■■ changed files
src/views/property/companyManage.vue 23 ●●●●● patch | view | raw | blame | history
src/views/property/companyManage.vue
@@ -1,6 +1,6 @@
<!-- 物业公司管理 -->
<template>
    <basic-container>
    <basic-container class="basic-container-box">
        <div class="detail-container">
            <el-tabs v-model="activeName" @tab-click="handleClick">
                <el-tab-pane label="公司管理" name="info0"></el-tab-pane>
@@ -232,12 +232,30 @@
</script>
<style lang="scss" scoped>
.basic-container-box {
    height: 100%;
    :deep(.basic-container__card),
    :deep(.el-card__body) {
        height: 98%;
    }
    .detail-container {
        height: calc(100% - 100px);
    }
}
:deep(.answer) {
    height: calc(100% - 60px);
    overflow-y: scroll;
    .topic-item {
        margin-bottom: 20px;
        .topic-title {
            margin-bottom: 10px;
            font-size: 14px;
        }
        .topic-options {
@@ -255,6 +273,7 @@
                    display: flex;
                    align-items: center;
                    margin-right: 6px;
                    font-size: 14px;
                }
            }
        }
@@ -264,6 +283,6 @@
.submit-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin: 20px;
}
</style>