Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
chehuidong
saas-manage
Commits
a2b30ae0
Commit
a2b30ae0
authored
Aug 28, 2024
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用中心样式修改
parent
8d52c8a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
12 deletions
+7
-12
src/components/app/app-list.vue
+1
-1
src/views/system/app.vue
+6
-11
No files found.
src/components/app/app-list.vue
View file @
a2b30ae0
...
@@ -223,7 +223,7 @@ export default {
...
@@ -223,7 +223,7 @@ export default {
},
},
proportion
:
{
proportion
:
{
type
:
Number
,
type
:
Number
,
default
:
1
2
5
default
:
1
3
5
},
},
data
:
{
data
:
{
type
:
Object
,
type
:
Object
,
...
...
src/views/system/app.vue
View file @
a2b30ae0
...
@@ -169,11 +169,8 @@
...
@@ -169,11 +169,8 @@
</div>
</div>
</
template
>
</
template
>
<
template
slot=
"otherContent"
>
<
template
slot=
"otherContent"
>
<div
<div
:title=
"item.description"
class=
"sds-base-sku"
>
:title=
"item.description"
简述:
{{
item
.
description
}}
class=
"sds-base-sku"
style=
"font-size: 14px"
>
<span>
简述:
{{
item
.
description
}}
</span>
</div>
</div>
<div
class=
"sds-keyid"
>
<div
class=
"sds-keyid"
>
<div
class=
"product-id"
v-show=
"item.id"
>
<div
class=
"product-id"
v-show=
"item.id"
>
...
@@ -967,20 +964,18 @@ export default {
...
@@ -967,20 +964,18 @@ export default {
}
}
::v-deep
.card-mode
{
::v-deep
.card-mode
{
display
:
grid
;
display
:
grid
;
grid-template-columns
:
repeat
(
6
,
minmax
(
0
,
1
fr
));
grid-template-columns
:
repeat
(
8
,
minmax
(
0
,
1
fr
));
gap
:
10px
;
gap
:
10px
;
.price
{
.price
{
color
:
rgba
(
181
,
124
,
91
,
1
);
color
:
rgba
(
181
,
124
,
91
,
1
);
font-size
:
1
4
px
;
font-size
:
1
5
px
;
font-weight
:
bold
;
font-weight
:
bold
;
margin-right
:
5px
;
margin-right
:
5px
;
}
}
.sds-base-sku
{
.sds-base-sku
{
height
:
30px
;
height
:
35px
;
line-height
:
30px
;
font-size
:
12px
;
display
:
flex
;
cursor
:
pointer
;
cursor
:
pointer
;
white-space
:
nowrap
;
max-width
:
100%
;
max-width
:
100%
;
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
...
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