Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
wangxiaolu-sfa-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
sfa
wangxiaolu-sfa-ui
Commits
e7f50ca2
提交
e7f50ca2
authored
3月 18, 2025
作者:
lidongxu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refactor(env): 修改了飞书回跳地址为域名
同上
上级
7bc69c06
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
8 行增加
和
8 行删除
+8
-8
.env.production
.env.production
+2
-1
index.vue
src/views/bi/supply/index.vue
+6
-7
没有找到文件。
.env.production
浏览文件 @
e7f50ca2
...
...
@@ -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
src/views/bi/supply/index.vue
浏览文件 @
e7f50ca2
...
...
@@ -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
:
10
px
0
;
padding
:
5
px
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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论