Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
fe030cc0
Commit
fe030cc0
authored
Jul 27, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 node-sass 为 dart-sass
parent
6e7d7aba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ruoyi-ui/package.json
ruoyi-ui/package.json
+1
-1
ruoyi-ui/src/components/HeaderSearch/index.vue
ruoyi-ui/src/components/HeaderSearch/index.vue
+1
-1
ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue
ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue
+1
-1
No files found.
ruoyi-ui/package.json
View file @
fe030cc0
...
...
@@ -84,9 +84,9 @@
"husky"
:
"1.3.1"
,
"lint-staged"
:
"8.1.5"
,
"mockjs"
:
"1.0.1-beta3"
,
"node-sass"
:
"^4.9.0"
,
"plop"
:
"2.3.0"
,
"runjs"
:
"^4.3.2"
,
"sass"
:
"^1.26.10"
,
"sass-loader"
:
"^7.1.0"
,
"script-ext-html-webpack-plugin"
:
"2.1.3"
,
"script-loader"
:
"0.7.2"
,
...
...
ruoyi-ui/src/components/HeaderSearch/index.vue
View file @
fe030cc0
...
...
@@ -167,7 +167,7 @@ export default {
display
:
inline-block
;
vertical-align
:
middle
;
/
deep
/
.el-input__inner
{
::v-deep
.el-input__inner
{
border-radius
:
0
;
border
:
0
;
padding-left
:
0
;
...
...
ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue
View file @
fe030cc0
...
...
@@ -82,7 +82,7 @@ export default {
position
:
relative
;
overflow
:
hidden
;
width
:
100%
;
/
deep
/
{
::v-deep
{
.el-scrollbar__bar
{
bottom
:
0px
;
}
...
...
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