_section --> _card
This commit is contained in:
parent
fb9fed545e
commit
24c047b662
28 changed files with 46 additions and 46 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<section class="mk-settings-page-drive _section">
|
||||
<section class="uawsfosz _card">
|
||||
<div class="_title"><fa :icon="faCloud"/> {{ $t('drive') }}</div>
|
||||
<div class="_content">
|
||||
<mk-pagination :pagination="drivePagination" #default="{items}" class="drive" ref="drive">
|
||||
|
|
@ -110,7 +110,7 @@ export default Vue.extend({
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.mk-settings-page-drive {
|
||||
.uawsfosz {
|
||||
> ._content {
|
||||
max-height: 350px;
|
||||
overflow: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue