提交 e7f50ca2 authored 作者: lidongxu's avatar lidongxu

refactor(env): 修改了飞书回跳地址为域名

同上
上级 7bc69c06
......@@ -10,6 +10,6 @@ VITE_APP_BASE_API = '/api' # 小卤
VITE_APP_PROMOTION = 'http://promotion.wxl66.cn:8010' # 促销
# 飞书服务回调地址
VITE_APP_REDIRECT_URL = 'http://1.202.71.66:85/link/'
VITE_APP_REDIRECT_URL = 'http://sfa.wxl66.cn:85/link/'
# 积木报表服务地址
VITE_APP_REPORT_URL = 'http://1.202.71.66:85'
\ No newline at end of file
......@@ -75,7 +75,7 @@
ghost-class="dragging-item"
item-key="id">
<template #item="{ element }">
<div class="item">
<div class="link_item">
<el-icon color="green"
size="16">
<Document></Document>
......@@ -127,7 +127,6 @@ getReportList()
.group_item {
.group_name {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
......@@ -137,9 +136,10 @@ getReportList()
.link_wrap {
display: flex;
flex-wrap: wrap;
padding: 0 0 0 20px;
.link_item {
padding: 0 0 0 20px;
padding: 10px 0;
width: 25%;
/* 超出宽度文字省略号 */
overflow: hidden;
......@@ -152,7 +152,7 @@ getReportList()
.link_item {
margin: 10px 0;
padding: 5px 0;
display: flex;
align-items: center;
gap: 10px;
......@@ -188,9 +188,7 @@ getReportList()
background-color: transparent;
}
.dragging-item {
background-color: #409eff;
opacity: 0.5;
color: white;
background-color: transparent;
}
</style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论