Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
26365705
提交
26365705
authored
12月 26, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
https://gitee.com/gzcnki/exhibition_page
上级
8aa60d1e
056aaba4
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
11 行增加
和
8 行删除
+11
-8
index.vue
src/views/boutique/components/jyycc/index.vue
+10
-7
vue.config.js
vue.config.js
+1
-1
没有找到文件。
src/views/boutique/components/jyycc/index.vue
浏览文件 @
26365705
...
...
@@ -158,8 +158,10 @@
<div
class=
"desc wow animate__animated animate__fadeInUp"
data-wow-delay=
"0.5s"
:title=
"item.txt"
>
<p>
{{
item
.
txt
}}
</p>
<span
v-if=
"item.txt.length > 144"
>
...
</span>
</div>
</div>
<div
class=
"pic wow animate__animated animate__fadeInRight"
>
...
...
@@ -516,7 +518,7 @@ export default {
}
.detail
{
width
:
100%
;
background-image
:
url(
'@/assets/imgs/topic/jyycc/part1-bg.png'
)
;
background-image
:
url(
"@/assets/imgs/topic/jyycc/part1-bg.png"
)
;
background-repeat
:
repeat
;
background-size
:
cover
;
>
div
.txt
{
...
...
@@ -582,18 +584,19 @@ export default {
position
:
absolute
;
top
:
0
;
height
:
450px
;
max-width
:
720px
;
text-align
:
left
;
font-size
:
36px
;
line-height
:
60px
;
font-family
:
"宋体"
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-
webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
12
;
z-index
:
1
;
>
p
{
margin
:
0
;
max-width
:
720px
;
overflow
:
hidden
;
}
>
span
{
margin-right
:
-22px
;
display
:
block
;
}
}
}
...
...
vue.config.js
浏览文件 @
26365705
...
...
@@ -62,7 +62,7 @@ module.exports = defineConfig({
// target:'http://192.168.1.230:9563/files',//测试内网
// target: 'http://222.85.214.245:9604/files',//测试外网
// target: 'http://114.115.157.218:9602/files',//生产
target
:
'http://www.gzswbsy.com/files'
,
target
:
'http
s
://www.gzswbsy.com/files'
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/files'
:
''
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论