Commit 57d1299a authored by baiyinhao's avatar baiyinhao

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

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