Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
张伯涛
bigDataSystem
Commits
5759cf40
Commit
5759cf40
authored
Dec 05, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
5e41321f
fd669da0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
UpgradePrompt.vue
src/layouts/default/header/components/UpgradePrompt.vue
+13
-5
No files found.
src/layouts/default/header/components/UpgradePrompt.vue
View file @
5759cf40
...
...
@@ -26,7 +26,7 @@
// }
localStorage
.
setItem
(
localKey
,
String
(
Date
.
now
()));
const
value
=
ref
(
'服务平台'
);
const
value
=
ref
();
const
data
=
ref
([
{
payload
:
{
...
...
@@ -56,7 +56,7 @@
payload
:
{
key
:
6
,
},
value
:
'数据
共享交换
'
,
value
:
'数据
要素
'
,
},
]);
...
...
@@ -97,16 +97,17 @@
<template
#
label=
"
{ payload, value: segmentValue }">
<div
@
click=
"handleSelect(payload.key, segmentValue)"
:class=
"
{ 'selected-item': segmentValue === value }"
style="
font-size: 1
8
px;
font-size: 1
6
px;
display: flex;
justify-content: center;
align-items: center;
width:
100%
;
width:
70px
;
height: 35px;
"
>
<span>
{{
segmentValue
}}
</span>
<span>
{{
segmentValue
}}
</span>
</div>
</
template
>
</Segmented>
...
...
@@ -116,3 +117,10 @@
<!-- }}</a-button>-->
</div>
</template>
<
style
lang=
"less"
scoped
>
/deep/ .ant-segmented-item-selected {
background-color: #007bff;
color: white;
}
</
style
>
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