Commit 57d1299a authored by baiyinhao's avatar baiyinhao

修改 标签 我申请的 详情页面标题样式

parent 154d1b72
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
</div> </div>
</template> </template>
<div style="display: flex">
<span style="margin-top: 20px; margin-left: 10px; font-size: 18px; font-weight: bold"
>基本信息</span
>
</div>
<Description <Description
size="middle" size="middle"
title=" " title=" "
...@@ -29,13 +35,14 @@ ...@@ -29,13 +35,14 @@
:column="3" :column="3"
:data="BasicInfoData" :data="BasicInfoData"
:schema="BasicInfoSchema" :schema="BasicInfoSchema"
> />
<template #action>
<div style="display: flex"> <div style="display: flex; flex-direction: column">
<span style="font-size: 18px; font-weight: bold; margin-right: 1550px">基本信息</span> <span style="margin-top: 20px; margin-left: 10px; font-size: 18px; font-weight: bold"
</div> >管理属性</span
</template> >
</Description> </div>
<Description <Description
size="middle" size="middle"
title=" " title=" "
...@@ -43,13 +50,13 @@ ...@@ -43,13 +50,13 @@
:column="3" :column="3"
:data="ManagePropertyData" :data="ManagePropertyData"
:schema="ManagePropertySchema" :schema="ManagePropertySchema"
> />
<template #action>
<div style="display: flex"> <div style="display: flex">
<span style="font-size: 18px; font-weight: bold; margin-right: 1550px">管理属性</span> <span style="margin-top: 20px; margin-left: 10px; font-size: 18px; font-weight: bold"
</div> >权限信息</span
</template> >
</Description> </div>
<Description <Description
size="middle" size="middle"
title=" " title=" "
...@@ -57,13 +64,7 @@ ...@@ -57,13 +64,7 @@
:column="3" :column="3"
:data="permissionsData" :data="permissionsData"
:schema="permissionsInfo" :schema="permissionsInfo"
> />
<template #action>
<div style="display: flex">
<span style="font-size: 18px; font-weight: bold; margin-right: 1550px">权限信息</span>
</div>
</template>
</Description>
<div class="mianBodyEditContainer"> <div class="mianBodyEditContainer">
<Tabs style="padding-left: 20px" v-model:activeKey="page" size="large"> <Tabs style="padding-left: 20px" v-model:activeKey="page" size="large">
<a-tab-pane key="1" tab="采样数据"> <a-tab-pane key="1" tab="采样数据">
...@@ -138,7 +139,7 @@ ...@@ -138,7 +139,7 @@
</template> </template>
</BasicTable> </BasicTable>
</div> </div>
<span style="font-weight: bold; font-size: 16px; margin-left: 35px">推送记录</span> <span style="margin-left: 35px; font-size: 16px; font-weight: bold">推送记录</span>
<div class="flex"> <div class="flex">
<div style="width: 45%"> <div style="width: 45%">
<BasicTable @register="registerPushTypeTable" /> <BasicTable @register="registerPushTypeTable" />
...@@ -420,11 +421,11 @@ ...@@ -420,11 +421,11 @@
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.editor { .editor {
background-color: white;
height: 560px; height: 560px;
border: 1px solid #d9d9d9;
padding: 16px;
margin-bottom: 8px; margin-bottom: 8px;
padding: 16px;
border: 1px solid #d9d9d9;
background-color: white;
} }
.editor textarea { .editor textarea {
......
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