Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
65763c5b
Commit
65763c5b
authored
Jul 30, 2020
by
anxixi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式问题
parent
a7b971c8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
8 deletions
+9
-8
hotarticlepage.vue
src/views/conmanagementpage/hotarticlepage.vue
+1
-1
index.vue
src/views/index/pages/index.vue
+1
-1
proactivity.vue
src/views/publishactivity/proactivity.vue
+6
-6
topicbar.vue
src/views/topicpage/topicbar.vue
+1
-0
No files found.
src/views/conmanagementpage/hotarticlepage.vue
View file @
65763c5b
...
...
@@ -9,7 +9,7 @@
<!--
<img
:src=
"item.contentCoverUrl?item.contentCoverUrl:item.contentUrl?item.contentUrl.split(',')[0]:''"
alt=
"图片"
>
-->
</p>
<p
class=
"ellipsisFont2"
style=
"width: 225px;height: 5
4
px;"
>
{{
item
.
contentTitle
}}
</p>
<p
class=
"ellipsisFont2"
style=
"width: 225px;height: 5
0
px;"
>
{{
item
.
contentTitle
}}
</p>
</div>
</div>
</div>
...
...
src/views/index/pages/index.vue
View file @
65763c5b
...
...
@@ -107,7 +107,7 @@
</p>
<p
class=
"ellipsisFont2"
style=
"color:#69697A;margin: 14px 0 10px;font-size: 12px;line-height: 20px;height: 40px;"
>
{{
item
.
topicDescription
}}
</p>
<div
class=
"gendisplay"
style=
"color: #AAAAAA;font-size: 12px;"
>
<span
class=
"ellipsisFont1"
style=
"color:#5D78FF;margin-right: 50px;width: 210px;height:
15
px;"
>
发起方:
<i>
{{
item
.
topicInitiator
}}
</i></span>
<span
class=
"ellipsisFont1"
style=
"color:#5D78FF;margin-right: 50px;width: 210px;height:
20
px;"
>
发起方:
<i>
{{
item
.
topicInitiator
}}
</i></span>
<span
style=
"margin-right: 20px;"
>
阅读
{{
item
.
readCountStr
}}
</span>
<span>
讨论
{{
item
.
discussUserCountStr
}}
</span>
</div>
...
...
src/views/publishactivity/proactivity.vue
View file @
65763c5b
...
...
@@ -250,9 +250,9 @@
height=
"400"
:data=
"formData.questionList.filter(data => !questionsearch || data.questionTitle.toLowerCase().includes(questionsearch.toLowerCase()))"
style=
"width: 100%"
>
<el-table-column
type=
"index"
:label=
"$t('pubactivities.serialnumber')
+':'
"
align=
"center"
width=
"80"
>
<el-table-column
type=
"index"
:label=
"$t('pubactivities.serialnumber')"
align=
"center"
width=
"80"
>
</el-table-column>
<el-table-column
prop=
"questionTitle"
:label=
"$t('pubactivities.topic')
+':'
"
align=
"center"
width=
"220"
>
<el-table-column
prop=
"questionTitle"
:label=
"$t('pubactivities.topic')"
align=
"center"
width=
"220"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
effect=
"light"
>
<div
slot=
"content"
style=
"width: 300px;line-height: 20px;"
>
{{
scope
.
row
.
questionTitle
}}
</div>
...
...
@@ -260,7 +260,7 @@
</el-tooltip>
</
template
>
</el-table-column>
<el-table-column
prop=
"empLogo"
:label=
"$t('pubactivities.options')
+':'
"
align=
"center"
>
<el-table-column
prop=
"empLogo"
:label=
"$t('pubactivities.options')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<div
class=
"gendisplay"
style=
"text-align: left;"
v-for=
"(item,index) in scope.row.answerList"
>
<span>
{{
publicFun
.
getTextfInRichtext
(
index
)
}}
、
</span>
...
...
@@ -366,9 +366,9 @@
<el-button
slot=
"append"
@
click=
"searchexpert"
icon=
"el-icon-search"
></el-button>
</el-input>
<el-table
:data=
"searchexpertlist"
class=
"tabledialog"
>
<el-table-column
type=
"index"
:label=
"$t('pubactivities.serialnumber')
+':'
"
align=
"center"
width=
"80"
>
<el-table-column
type=
"index"
:label=
"$t('pubactivities.serialnumber')"
align=
"center"
width=
"80"
>
</el-table-column>
<el-table-column
prop=
"questionTitle"
:label=
"$t('pubactivities.topic')
+':'
"
align=
"center"
width=
"220"
>
<el-table-column
prop=
"questionTitle"
:label=
"$t('pubactivities.topic')"
align=
"center"
width=
"220"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
effect=
"light"
>
<div
slot=
"content"
style=
"width: 300px;line-height: 20px;"
>
{{
scope
.
row
.
questionTitle
}}
</div>
...
...
@@ -376,7 +376,7 @@
</el-tooltip>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('pubactivities.options')
+':'
"
align=
"center"
>
<el-table-column
:label=
"$t('pubactivities.options')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<div
class=
"gendisplay"
style=
"text-align: left;"
v-for=
"(item,index) in scope.row.answerList"
>
<span>
{{
publicFun
.
getTextfInRichtext
(
index
)
}}
、
</span>
...
...
src/views/topicpage/topicbar.vue
View file @
65763c5b
...
...
@@ -8,6 +8,7 @@
<p
style=
"color:#1A1A1E;font-size: 14px;margin-bottom: 15px;"
>
<span>
#
{{
item
.
topicTitle
}}
#
</span>
<i
v-if=
"item.isOpenReward == 1"
class=
"iconfont icon-hongbao-"
style=
"color: #FF5D5D;font-size: 20px;"
></i>
</p>
<div
class=
"gendisplay"
style=
"font-size: 12px;"
>
<p
class=
"imgInfo"
style=
"width: 80px;height: 55px;margin-right: 15px;border-radius: 0;"
:style=
"
{backgroundImage:'url('+(item.topicCover?item.topicCover:require('../../assets/img/topicbackground.jpg'))+')'}">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment