Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
aa72c08c
Commit
aa72c08c
authored
Jul 25, 2023
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
背景半屏
parent
9eb534f6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
src/components/ThemeDataPlant.vue
+4
-8
src/components/common/SWQUserSelectTag.vue
+1
-1
No files found.
src/components/ThemeDataPlant.vue
View file @
aa72c08c
...
...
@@ -8,9 +8,7 @@
'background-position': pageSettingData.backgroundFit == 'equiratioFill' ? 'center' : '',
'background-attachment': pageSettingData.backgroundImageLock ? 'fixed' : 'local',
}">
<div
class=
"imgRgb"
:style=
"
{
background: 'linear-gradient(180deg, ' + imgRgb + ' 42.64%, rgba(255,255,255, 0) 100%)',
}">
</div>
<div
class=
"gradient"
v-if=
"pageSettingData.bgFullScreen"
></div>
</div>
</
template
>
...
...
@@ -77,15 +75,13 @@ export default {
position
:
absolute
;
top
:
0
;
z-index
:
-1
;
.imgRgb
{
position
:
absolute
;
.gradient{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1
;
opacity
:
0.5
;
background
:
linear-gradient
(
rgba
(
0
,
0
,
0
,
0
)
10%
,
rgb
(
255
,
255
,
255
)
40%
);
}
}
...
...
src/components/common/SWQUserSelectTag.vue
View file @
aa72c08c
...
...
@@ -9,7 +9,7 @@
<div
class=
"title"
>
HI~我是AI机器人小柒!
</div>
<div
class=
"info"
>
<div
class=
"info__text"
>
<p>
很高兴认识你,我是一个不断学习和进化的机器人
,会根据用户的反馈和数据不断改进我的回答和服务质量,
以更好地满足用户的需求。
</p>
<p>
很高兴认识你,我是一个不断学习和进化的机器人
,会根据用户的反馈和数据不断改进我的回答和服务质量,
以更好地满足用户的需求。
</p>
<p>
我想更了解你,为你推荐更合适的内容。
</p>
</div>
<div
class=
"info__img"
>
...
...
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