Commit 71d430ba authored by “yiyousong”'s avatar “yiyousong”

perf:优化新增事项页面tab

parent cb5976af
...@@ -16,49 +16,49 @@ ...@@ -16,49 +16,49 @@
<a-tab-pane key="ApplyMaterial"> <a-tab-pane key="ApplyMaterial">
<span slot="tab"> <span slot="tab">
<a-icon type="container" /> <a-icon type="file" />
申请材料 申请材料
</span> </span>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="AcceptMaterial"> <a-tab-pane key="AcceptMaterial">
<span slot="tab"> <span slot="tab">
<a-icon type="container" /> <a-icon type="interaction" />
受理材料 受理材料
</span> </span>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="Flow"> <a-tab-pane key="Flow">
<span slot="tab"> <span slot="tab">
<a-icon type="container" /> <a-icon type="cluster" />
办理流程 办理流程
</span> </span>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="Rates"> <a-tab-pane key="Rates">
<span slot="tab"> <span slot="tab">
<a-icon type="container" /> <a-icon type="audit" />
收费标准 收费标准
</span> </span>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="Pursuant"> <a-tab-pane key="Pursuant">
<span slot="tab"> <span slot="tab">
<a-icon type="container" /> <a-icon type="file-done" />
设定依据 设定依据
</span> </span>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="Agency"> <a-tab-pane key="Agency">
<span slot="tab"> <span slot="tab">
<a-icon type="container" /> <a-icon type="solution" />
中介服务 中介服务
</span> </span>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="Question"> <a-tab-pane key="Question">
<span slot="tab"> <span slot="tab">
<a-icon type="container" /> <a-icon type="file-unknown" />
常见问题 常见问题
</span> </span>
</a-tab-pane> </a-tab-pane>
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import local from "@/utils/local"; import local from "@/utils/local";
import BaseMessage from "./components/baseMessage.vue"; import BaseMessage from "./components/baseMessage.vue";
...@@ -116,7 +116,7 @@ export default { ...@@ -116,7 +116,7 @@ export default {
}, },
}; };
</script> </script>
<style lang='less' scoped> <style lang="less" scoped>
.addmatter { .addmatter {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -128,4 +128,4 @@ export default { ...@@ -128,4 +128,4 @@ export default {
/deep/.ant-tabs-nav-container { /deep/.ant-tabs-nav-container {
border-bottom: 1px solid #f0f0f0 !important; border-bottom: 1px solid #f0f0f0 !important;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment