Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mocp-uniapp
Overview
Overview
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
pangchong
mocp-uniapp
Commits
85cbc04c
Commit
85cbc04c
authored
Jul 25, 2024
by
liujinbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
信息通报-样式
parent
7b99e4ed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
13 deletions
+5
-13
src/pages/modules/mocp/panel/inforDisclosure/constants/inforDisclosure.scss
+1
-1
src/pages/modules/mocp/panel/inforDisclosure/list.vue
+4
-12
No files found.
src/pages/modules/mocp/panel/inforDisclosure/constants/inforDisclosure.scss
View file @
85cbc04c
.inforDisTags
{
.inforDisTags
.right
{
.txt
{
.txt
{
font-size
:
10px
;
font-size
:
10px
;
}
}
...
...
src/pages/modules/mocp/panel/inforDisclosure/list.vue
View file @
85cbc04c
...
@@ -26,9 +26,6 @@
...
@@ -26,9 +26,6 @@
<view
class=
"item-title"
>
<view
class=
"item-title"
>
<view
class=
"left"
>
<view
class=
"left"
>
<custom-state
:value=
"item.status.toUpperCase()"
/>
<custom-state
:value=
"item.status.toUpperCase()"
/>
<text
class=
"txt u-line-1 fleetTxt"
>
{{
item
.
info
}}
</text>
</view>
</view>
<view
class=
"right inforDisTags"
>
<view
class=
"right inforDisTags"
>
<global-tag
<global-tag
...
@@ -109,24 +106,19 @@ const localPagingCB = (data) => {
...
@@ -109,24 +106,19 @@ const localPagingCB = (data) => {
tags
:
[
tags
:
[
{
{
text
:
item
.
pid
===
'0'
?
'主项'
:
'子项'
,
text
:
item
.
pid
===
'0'
?
'主项'
:
'子项'
,
type
:
item
.
pid
===
'0'
?
'primary'
:
'warning'
,
type
:
item
.
pid
===
'0'
?
'primary'
:
'warning'
bg
:
item
.
pid
===
'0'
?
'blue'
:
'lightblue'
,
color
:
'white'
},
},
{
{
text
:
RetentionBasisList
[
item
.
guarantee
*
1
]?.
label
,
text
:
RetentionBasisList
[
item
.
guarantee
*
1
]?.
label
,
type
:
'primary'
,
type
:
'primary'
bg
:
'#E9E9E9'
,
color
:
'rgba(0,0,0,.4)'
},
},
{
{
text
:
OperationPhaseList
[
item
.
functionInfo
*
1
]?.
label
,
text
:
OperationPhaseList
[
item
.
functionInfo
*
1
]?.
label
,
type
:
'primary'
,
type
:
'primary'
bg
:
'#E9E9E9'
,
color
:
'rgba(0,0,0,.4)'
},
},
{
{
text
:
ReleaseStatuList
[
item
.
rleaseState
]?.
label
,
text
:
ReleaseStatuList
[
item
.
rleaseState
]?.
label
,
type
:
'info'
,
type
:
'info'
bg
:
'#E9E9E9'
,
color
:
'rgba(0,0,0,.4)'
}
}
],
],
id
:
item
.
id
id
:
item
.
id
...
...
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