Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
山
山西华远大屏
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lichunliang
山西华远大屏
Commits
6485d7b0
Commit
6485d7b0
authored
Feb 11, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:ai css
parent
07e4ac3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
17 deletions
+16
-17
AiAnalysis.vue
src/components/BigScreen/AiAnalysis.vue
+1
-1
SuidaoMonitor.vue
src/components/BigScreen/SuidaoMonitor.vue
+13
-14
bigscreen.vue
src/views/bigscreen.vue
+2
-2
No files found.
src/components/BigScreen/AiAnalysis.vue
View file @
6485d7b0
...
...
@@ -21,7 +21,7 @@
</el-carousel-item>
</el-carousel>
<div
class=
"chart-wrapper"
>
<div
id=
"chart"
ref=
"chart"
style=
"width: 4.5rem; height:
4
rem;"
></div>
<div
id=
"chart"
ref=
"chart"
style=
"width: 4.5rem; height:
3
rem;"
></div>
</div>
</div>
</div>
...
...
src/components/BigScreen/SuidaoMonitor.vue
View file @
6485d7b0
...
...
@@ -16,11 +16,11 @@
<div
class=
"list-wrap"
>
<div
class=
"list-content"
>
<dd
v-for=
"(item, index) in
5
"
v-for=
"(item, index) in
dataList
"
:key=
"index"
class=
"suidao-item"
>
<span
>
{{
item
.
monName
}}
</span>
<span
class=
"ellipsis"
>
{{
item
.
monName
}}
时间框里东方红路水电费收快递费就
</span>
<span>
{{
item
.
monDate
}}
</span>
<span>
{{
item
.
monNumber
}}
</span>
</dd>
...
...
@@ -120,6 +120,12 @@ export default {
</
script
>
<
style
scoped
lang=
"scss"
>
.ellipsis
{
width
:
100%
;
/* 设置容器宽度 */
white-space
:
nowrap
;
/* 防止文本换行 */
overflow
:
hidden
;
/* 隐藏超出容器的文本 */
text-overflow
:
ellipsis
;
/* 当文本溢出容器时显示省略号 */
}
.abs-full
{
position
:
relative
;
display
:
flex
;
...
...
@@ -186,8 +192,8 @@ export default {
font-family
:
PingFang
SC
;
font-weight
:
500
;
font-size
:
0
.18rem
;
text-align
:
center
;
grid-template-columns
:
1
.
5rem
1
.5rem
0
.9
rem
;
text-align
:
right
;
grid-template-columns
:
1
.
4rem
1
.8rem
1
rem
;
border-radius
:
4px
4px
0px
0px
;
}
...
...
@@ -217,14 +223,6 @@ export default {
overflow
:
hidden
;
border
:
none
;
margin
:
0
;
dt
{
position
:
absolute
;
z-index
:
1
;
border
:
none
;
padding-left
:
0
.45rem
;
margin-top
:
-0
.1rem
;
grid-template-columns
:
1
.5rem
1
.5rem
0
.9rem
;
}
.list-wrap
{
position
:
relative
;
height
:
2
.7rem
;
...
...
@@ -238,12 +236,13 @@ export default {
dd
{
background-image
:
url("~@/assets/images/dpNew2/bg1.png")
;
background-size
:
cover
;
padding-left
:
0
.
45
rem
;
padding-left
:
0
.
9
rem
;
position
:
relative
;
grid-template-columns
:
1
.
5
rem
1
.5rem
0
.9rem
;
grid-template-columns
:
1
.
2
rem
1
.5rem
0
.9rem
;
margin-top
:
0
.1rem
;
height
:
0
.57rem
;
border
:
none
;
text-align
:
left
;
&
:
:
before
{
content
:
""
;
position
:
absolute
;
...
...
src/views/bigscreen.vue
View file @
6485d7b0
...
...
@@ -40,10 +40,10 @@
</div>
<div
class=
"side b0_right"
>
<div
class=
"a-md34"
id=
"amd34"
>
<
!--
<QiaoliangMonitor/>
--
>
<
QiaoliangMonitor/
>
</div>
<div
class=
"a-md34"
id=
"amd34"
>
<
!--
<AiAnalysis
/>
--
>
<
AiAnalysis
/
>
</div>
</div>
</div>
...
...
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