Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
911ab277
Commit
911ab277
authored
Dec 28, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复样式
parent
1807bccc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
components/educationteacher/index.vue
+1
-1
style1.vue
components/educationteacher/style1.vue
+1
-1
style5.vue
components/studyArticle/style5.vue
+3
-2
No files found.
components/educationteacher/index.vue
View file @
911ab277
<
template
>
<div
class=
"goods-box"
:class=
"
{ flex: goods.catPosition == 'left' }">
<view
:style=
"
{ margin: goods.catStyle == 1 ? '0px' : '10px 5px' }"
>
<view>
<u-tabs
v-if=
"goods.showCat && goods.catPosition == 'top' && goods.catList.length > 1"
name=
"menuName"
:list=
"goods.catList"
:is-scroll=
"true"
:active-color=
"mainColor"
:current=
"activeKey"
:show-bar=
"goods.catStyle == 1"
:bold=
"false"
:type-style=
"goods.catStyle"
:height=
"goods.catStyle == 1 ? '88' : '44'"
@
change=
"tabChangeHandler"
></u-tabs>
...
...
components/educationteacher/style1.vue
View file @
911ab277
...
...
@@ -94,7 +94,7 @@ export default {
border-radius
:
10
rpx
;
padding
:
10px
;
display
:
inline-block
;
box-shadow
:
0
0
10
upx
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
5px
10
upx
rgba
(
0
,
0
,
0
,
0.1
);
background
:
#FFF
;
/* float: left; */
}
...
...
components/studyArticle/style5.vue
View file @
911ab277
...
...
@@ -89,8 +89,9 @@
box-shadow
:
0
4px
10px
1px
#D2D2D2
;
}
.good-five-stydy
.good-info
{
padding
:
0
12px
12px
12px
;
.good-five-stydy
.good-info
{
height
:
70px
;
padding
:
0
12px
;
flex
:
1
;
border
:
10
rpx
;
padding-bottom
:
0
;
...
...
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