Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
rbc-demo
Commits
2270f745
Commit
2270f745
authored
3 years ago
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码修改
parent
1ecbe7ea
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
8 deletions
+5
-8
image.css
develop/@rbc/rbc-news/public/ueditor/dialogs/image/image.css
+2
-4
video.css
develop/@rbc/rbc-news/public/ueditor/dialogs/video/video.css
+0
-1
ueditor.css
...bc/rbc-news/public/ueditor/themes/default/css/ueditor.css
+1
-1
preview-pc.vue
develop/@rbc/rbc-news/src/views/article/preview-pc.vue
+1
-1
index.vue
develop/@rbc/rbc-news/src/views/function-common/index.vue
+1
-1
No files found.
develop/@rbc/rbc-news/public/ueditor/dialogs/image/image.css
View file @
2270f745
...
...
@@ -334,7 +334,6 @@
#upload
.filelist
li
p
.title
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
overflow
:
hidden
;
...
...
@@ -744,7 +743,7 @@
height
:
21px
;
line-height
:
21px
;
float
:
left
;
dislay
:
block
;
dis
p
lay
:
block
;
}
#search
.searchType
{
...
...
@@ -754,10 +753,9 @@
line-height
:
28px
;
border
:
1px
solid
#d7d7d7
;
border-radius
:
0
;
vertical-align
:
top
;
margin-left
:
5px
;
float
:
left
;
dislay
:
block
;
dis
p
lay
:
block
;
}
#search
#searchBtn
,
...
...
This diff is collapsed.
Click to expand it.
develop/@rbc/rbc-news/public/ueditor/dialogs/video/video.css
View file @
2270f745
...
...
@@ -230,7 +230,6 @@ span.view{display: inline-block;width: 30px;float: right;cursor: pointer;color:
#upload
.filelist
li
p
.title
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
overflow
:
hidden
;
...
...
This diff is collapsed.
Click to expand it.
develop/@rbc/rbc-news/public/ueditor/themes/default/css/ueditor.css
View file @
2270f745
...
...
@@ -1065,11 +1065,11 @@ div.edui-box {
-webkit-box-shadow
:
0
3px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-moz-box-shadow
:
0
3px
4px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
3px
4px
rgba
(
0
,
0
,
0
,
0.2
);
background
:
#ffffff
;
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding
;
background-clip
:
padding-box
;
padding
:
5px
;
background
:
#ffffff
;
}
.edui-default
.edui-popup
.edui-bordereraser
{
...
...
This diff is collapsed.
Click to expand it.
develop/@rbc/rbc-news/src/views/article/preview-pc.vue
View file @
2270f745
...
...
@@ -32,7 +32,7 @@
<
template
>
<div
class=
"preview-pc-root-panel"
>
<div
class=
"preview-pc-title-panel"
>
<div
style=
"float:left;heiht:100%;padding-left:10px;padding-top:13px;"
>
<div
style=
"float:left;hei
g
ht:100%;padding-left:10px;padding-top:13px;"
>
<img
:src=
"enterpriseIcon"
style=
"height:22px;"
/>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
develop/@rbc/rbc-news/src/views/function-common/index.vue
View file @
2270f745
...
...
@@ -138,7 +138,7 @@
padding-right
:
30px
;
margin-left
:
-20px
;
}
.search-input
:focus
,
search-input
:hover
{
.search-input
:focus
,
.
search-input
:hover
{
border-color
:
@
primary-color
;
outline
:
0
;
box-shadow
:
0
0
0
2px
rgba
(
45
,
140
,
240
,
.2
);
...
...
This diff is collapsed.
Click to expand it.
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