Commit 4c67befe authored by 罗林杰's avatar 罗林杰

修改数据库到数据库

parent 8ee5a309
...@@ -532,9 +532,15 @@ ...@@ -532,9 +532,15 @@
</div> </div>
<Description size="middle" title=" " :bordered="false"> <Description size="middle" title=" " :bordered="false">
<template #action> <template #action>
<span style="font-size: 15px; font-weight: bold; margin-right: 690px"> <span style="font-size: 15px; font-weight: bold; margin-right: 600px">
配置预览 配置预览
</span> </span>
<a-button
type="primary"
style="font-size: 15px; font-weight: bold; margin-right: 20px"
>
预览
</a-button>
<Icon <Icon
style="font-size: 25px !important" style="font-size: 25px !important"
icon="fa6-regular:copy" icon="fa6-regular:copy"
...@@ -542,7 +548,7 @@ ...@@ -542,7 +548,7 @@
@click="handleCopy" @click="handleCopy"
/> />
<Icon <Icon
style="font-size: 25px !important; margin-right: 5px; marin-left: 5px" style="font-size: 25px !important; margin-right: 5px"
icon="tabler:reload" icon="tabler:reload"
:color="'rgb(136, 141, 156)'" :color="'rgb(136, 141, 156)'"
@click="handleReload" @click="handleReload"
...@@ -577,9 +583,15 @@ ...@@ -577,9 +583,15 @@
</div> </div>
<Description size="middle" title=" " :bordered="false"> <Description size="middle" title=" " :bordered="false">
<template #action> <template #action>
<span style="font-size: 15px; font-weight: bold; margin-right: 690px"> <span style="font-size: 15px; font-weight: bold; margin-right: 600px">
配置预览 配置预览
</span> </span>
<a-button
type="primary"
style="font-size: 15px; font-weight: bold; margin-right: 20px"
>
预览
</a-button>
<Icon <Icon
style="font-size: 25px !important" style="font-size: 25px !important"
icon="fa6-regular:copy" icon="fa6-regular:copy"
...@@ -627,8 +639,17 @@ ...@@ -627,8 +639,17 @@
</template> </template>
</BasicTable> </BasicTable>
</div> </div>
<Description size="middle" title="配置预览" :bordered="false"> <Description size="middle" title=" " :bordered="false">
<template #action> <template #action>
<span style="font-size: 15px; font-weight: bold; margin-right: 1440px">
配置预览
</span>
<a-button
type="primary"
style="font-size: 15px; font-weight: bold; margin-right: 20px"
>
预览
</a-button>
<Icon <Icon
style="font-size: 25px !important" style="font-size: 25px !important"
icon="fa6-regular:copy" icon="fa6-regular:copy"
...@@ -636,7 +657,7 @@ ...@@ -636,7 +657,7 @@
@click="handleCopy" @click="handleCopy"
/> />
<Icon <Icon
style="font-size: 25px !important; margin-right: 5px; margin-left: 5px" style="font-size: 25px !important; margin-right: 5px"
icon="tabler:reload" icon="tabler:reload"
:color="'rgb(136, 141, 156)'" :color="'rgb(136, 141, 156)'"
@click="handleReload" @click="handleReload"
......
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