code init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<div class="panel-content">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'panel-content'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
@import '~@/assets/styles/style';
|
||||
.panel-content{
|
||||
width: 100%;
|
||||
height: calc(~'100% - 30px');
|
||||
position: relative;
|
||||
background: @subContainerContentColor;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user