diff --git a/src/components/Back.vue b/src/components/Back.vue
index d04c8b1..49631ad 100644
--- a/src/components/Back.vue
+++ b/src/components/Back.vue
@@ -12,8 +12,7 @@
diff --git a/src/layout/components/AppSidebar/index.vue b/src/layout/components/AppSidebar/index.vue
index 277fc71..4dcbd6c 100644
--- a/src/layout/components/AppSidebar/index.vue
+++ b/src/layout/components/AppSidebar/index.vue
@@ -31,7 +31,7 @@
- 取消
确定
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 9fa244c..4620657 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -157,19 +157,18 @@ body {
}
}
.dia-btn {
- padding: 11px 26px;
- font-size: 14px;
- line-height: 1;
- color: #fff;
+ @apply py-[11px] px-[26px] text-sm leading-[1] text-white rounded-[18px] cursor-pointer;
background: linear-gradient(-36deg, #006bff, #2ab1ff);
- border-radius: 18px;
- cursor: pointer;
&.cancel {
- font-size: 600;
- color: #333;
+ @apply mr-3 font-semibold text-[#333];
background: #f4f8fc;
}
}
+.model-drawer {
+ .el-drawer__header > :first-child {
+ @apply text-[#333] text-xl font-semibold text-center;
+ }
+}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
body {
diff --git a/src/views/Role.vue b/src/views/Role.vue
index a5da7d2..e315d2d 100644
--- a/src/views/Role.vue
+++ b/src/views/Role.vue
@@ -134,7 +134,7 @@
- 取消
确定
diff --git a/src/views/finance/Publish.vue b/src/views/finance/Publish.vue
index 788adac..f24c99e 100644
--- a/src/views/finance/Publish.vue
+++ b/src/views/finance/Publish.vue
@@ -117,7 +117,7 @@
class="px-3 py-2 justify-end">
- 取消
确定
diff --git a/src/views/product/strategy/150/Detail.vue b/src/views/product/strategy/150/Detail.vue
new file mode 100644
index 0000000..1705efc
--- /dev/null
+++ b/src/views/product/strategy/150/Detail.vue
@@ -0,0 +1,369 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ row?.recordChildren[row.span ? 1 : 0]?.name }}
+
+
+
+
+
+
+
万元
+
+
+
+
+ 且近一年
+
+
+
+
+
+
+ 缴纳过社保或公积金
+
+
+ 未婚,且年龄
+
+
+
+
+
+
+ ,
+
+
+
+
+ 固定资产
+
+
+ {{ '命中' + row.name }}
+
+
+
+
+ checkRow(e, row)">
+
+
+
+
+ checkRow(e, row)">
+
+
+
+
+ checkRow(e, row)">
+
+
+
+
+ checkRow(e, row)">
+
+
+
+
+ checkRow(e, row)">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/product/strategy/150/Index.vue b/src/views/product/strategy/150/Index.vue
new file mode 100644
index 0000000..d976391
--- /dev/null
+++ b/src/views/product/strategy/150/Index.vue
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+
+
+
+ 批量删除
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+ 查看
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/product/strategy/CardList.vue b/src/views/product/strategy/CardList.vue
index 17253c5..44de54c 100644
--- a/src/views/product/strategy/CardList.vue
+++ b/src/views/product/strategy/CardList.vue
@@ -25,20 +25,15 @@