diff --git a/.env b/.env index 104e2c6..e2a3828 100644 --- a/.env +++ b/.env @@ -2,8 +2,8 @@ VITE_APP_TITLE=金融产品设计及数字化营销沙盘 VITE_PORT=9520 # VITE_PROXY=http://192.168.31.125:8080 VITE_PUBLIC_PATH=./ -VITE_BASE_API=http://192.168.31.217:9000 -# VITE_BASE_API=http://121.37.12.51 +# VITE_BASE_API=http://192.168.31.217:9000 +VITE_BASE_API=http://121.37.12.51 # VITE_BASE_API=https://www.occupationlab.com VITE_I18N_LOCALE=zh-cn VITE_I18N_FALLBACK_LOCALE=zh-cn diff --git a/src/styles/index.scss b/src/styles/index.scss index ede8654..9fa244c 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -49,9 +49,7 @@ body { // global css .block { - @apply p-5; - @apply rounded-lg; - @apply bg-white; + @apply p-5 rounded-lg bg-white; } .inline-form .el-form-item { @@ -102,11 +100,21 @@ body { @apply flex-1 w-[calc(100vw-533px)] max-h-[calc(100vh-100px)] overflow-auto px-5 pt-2; } } +.menu-card { + @apply flex; + .left { + @apply mr-4 rounded-lg border-r-0; + } + .right { + @apply flex-1 w-[calc(100vw-533px)] max-h-[calc(100vh-100px)] overflow-auto p-4 bg-white rounded-lg; + } +} // .c-auto { // @apply w-[calc(100vw-533px)] max-h-[calc(100vh-160px)] overflow-auto; // } .c-table { @apply rounded-[10px]; + th.el-table__cell { @apply bg-[#F8FBFC]; } diff --git a/src/views/product/strategy/CardList.vue b/src/views/product/strategy/CardList.vue index fe67f50..17253c5 100644 --- a/src/views/product/strategy/CardList.vue +++ b/src/views/product/strategy/CardList.vue @@ -1,145 +1,59 @@