fix: 新增代理系列授权-建议售价使用套餐
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
style="width: 100%"
|
||||
/>
|
||||
<span
|
||||
style="color: var(--el-text-color-secondary); font-size: 12px; margin-left: 8px"
|
||||
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
|
||||
>单位:元</span
|
||||
>
|
||||
</ElFormItem>
|
||||
@@ -138,7 +138,7 @@
|
||||
style="width: 100%"
|
||||
/>
|
||||
<span
|
||||
style="color: var(--el-text-color-secondary); font-size: 12px; margin-left: 8px"
|
||||
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
|
||||
>单位:元</span
|
||||
>
|
||||
</ElFormItem>
|
||||
@@ -156,7 +156,7 @@
|
||||
>
|
||||
<ElCard shadow="hover">
|
||||
<div style="display: flex; gap: 12px; align-items: flex-start">
|
||||
<div style="flex: 1; display: flex; flex-direction: column; gap: 12px">
|
||||
<div style=" display: flex;flex: 1; flex-direction: column; gap: 12px">
|
||||
<!-- 第一行:比较运算符和阈值 -->
|
||||
<div style="display: flex; gap: 12px">
|
||||
<div style="flex: 1">
|
||||
@@ -269,10 +269,10 @@
|
||||
@click="removeTier(index)"
|
||||
style="
|
||||
flex-shrink: 0;
|
||||
margin-top: 28px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding: 0;
|
||||
margin-top: 28px;
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
@@ -308,7 +308,7 @@
|
||||
style="width: 100%"
|
||||
/>
|
||||
<span
|
||||
style="color: var(--el-text-color-secondary); font-size: 12px; margin-left: 8px"
|
||||
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
|
||||
>单位:元</span
|
||||
>
|
||||
</ElFormItem>
|
||||
@@ -362,7 +362,7 @@
|
||||
style="width: 100%"
|
||||
/>
|
||||
<span
|
||||
style="color: var(--el-text-color-secondary); font-size: 12px; margin-left: 8px"
|
||||
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
|
||||
>单位:月</span
|
||||
>
|
||||
</ElFormItem>
|
||||
|
||||
Reference in New Issue
Block a user