Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
622b9762
authored
Jul 09, 2024
by
pierce
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/UI修改版本' of
http://git.yabolive.net:88/pidan/FuSiLive
into feature/UI修改版本
parents
33905c2c
477ce416
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
FuSiLive/Classes/NewsFeed/RichEditor/Controller/WGBaseRichEditorViewController.m
FuSiLive/Classes/NewsFeed/RichEditor/Controller/WGBaseRichEditorViewController.m
View file @
622b9762
...
...
@@ -138,7 +138,7 @@ WKScriptMessageHandler
self
.
navigationItem
.
rightBarButtonItems
=
@[
itemR
];
UIBarButtonItem
*
itemL
=
[[
UIBarButtonItem
alloc
]
initWithTitle
:[
NSString
fus_localString
:
@"取消"
]
style
:
UIBarButtonItemStylePlain
target
:
self
action
:
@selector
(
popToLastPage
)];
[
itemL
setTintColor
:[
UIColor
colorWithHex
:
@"#8A888C"
]];
[
itemL
setTintColor
:[
UIColor
fus_textColorRich
]];
self
.
navigationItem
.
leftBarButtonItems
=
@[
itemL
];
}
...
...
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