nebv
2020-10-11 03b6025d07e4df99474f80d3fa57e8b5238ba40c
src/views/demo/feat/tabs/index.vue
@@ -1,13 +1,10 @@
<template>
  <div class="p-4">
    <CollapseContainer
      class="px-20 bg-white w-full h-32 rounded-md"
      title="在下面输入框输入文本,切换后回来内容会保存"
    >
    <CollapseContainer title="在下面输入框输入文本,切换后回来内容会保存">
      <a-input placeholder="请输入" />
    </CollapseContainer>
    <CollapseContainer class="px-20 mt-10 bg-white w-full h-32 rounded-md" title="标签页操作">
    <CollapseContainer class="mt-4 px-4" title="标签页操作">
      <a-button class="mr-2" @click="closeAll">关闭所有</a-button>
      <a-button class="mr-2" @click="closeLeft">关闭左侧</a-button>
      <a-button class="mr-2" @click="closeRight">关闭右侧</a-button>