Поправка css

This commit is contained in:
Book Pauk
2019-02-06 00:05:36 +07:00
parent a5ac4b726e
commit b0f2289ce3

View File

@@ -6,7 +6,7 @@
Настройки Настройки
</template> </template>
<el-tabs class="tabs" type="border-card" tab-position="left" v-model="selectedTab"> <el-tabs type="border-card" tab-position="left" v-model="selectedTab">
<!---------------------------------------------------------------------------> <!--------------------------------------------------------------------------->
<el-tab-pane label="Вид"> <el-tab-pane label="Вид">
@@ -430,15 +430,18 @@ class SettingsPage extends Vue {
margin-bottom: 5px; margin-bottom: 5px;
} }
.tabs { .el-tabs {
flex: 1; flex: 1;
display: flex; display: flex;
} }
.el-tab-pane { .el-tab-pane {
flex: 1;
display: flex;
flex-direction: column;
width: 420px; width: 420px;
height: 100%;
overflow-y: auto; overflow-y: auto;
padding: 15px;
} }
</style> </style>