Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
efa6863a
authored
2020-02-21 22:11:53 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
07daad34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
src/App.vue
src/pages/news-detail/news-detail.scss
src/App.vue
View file @
efa6863
...
...
@@ -437,8 +437,12 @@ textarea {
}
.clarms
.el-input__inner
{
font-size
:
22px
;
border
:
none
;
font-size
:
22px
;
border
:
none
;
}
.ql-editor
{
padding
:
0px
0px
!important
;
}
@media
(
max-width
:
1200px
)
{
...
...
src/pages/news-detail/news-detail.scss
View file @
efa6863
...
...
@@ -29,12 +29,13 @@
}
.dat
{
margin-top
:
2
.5
rem
;
margin-top
:
3
rem
;
display
:
flex
;
.date
{
display
:
flex
;
margin-right
:
4rem
;
align-items
:
center
;
.icon-clock
{
height
:
1
.25rem
;
...
...
@@ -45,7 +46,7 @@
.desc
{
max-width
:
$articleWidth
;
margin-top
:
2
.5
rem
;
margin-top
:
3
rem
;
line-height
:
2
;
letter-spacing
:
1
.2px
;
}
...
...
Please
register
or
sign in
to post a comment