Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
b4a9f71e
Commit
b4a9f71e
authored
Aug 12, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
e8925215
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
16 deletions
+6
-16
proxyList.js
config/proxyList.js
+1
-7
daily-export.vue
src/components/app/cloudDaily/daily-export.vue
+3
-0
taskView.vue
src/components/app/taskView.vue
+0
-3
dailyRecord.vue
src/views/apps/cloudDaily/dailyRecord.vue
+0
-3
monthTaskDetail.vue
src/views/apps/quota/monthTaskDetail.vue
+1
-3
public.css
static/css/public.css
+1
-0
No files found.
config/proxyList.js
View file @
b4a9f71e
...
...
@@ -85,12 +85,6 @@ module.exports = {
'^/haoban-app-aggregation-web/'
:
''
}
},
'/dmHbApi'
:
{
target
:
'https://haoban.gicdev.com'
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/dmHbApi'
:
''
}
},
}
}
src/components/app/cloudDaily/daily-export.vue
View file @
b4a9f71e
...
...
@@ -387,6 +387,9 @@ export default {
};
</
script
>
<
style
lang=
"scss"
scoped
>
>>>
.el-select
.el-input
.el-input__suffix
i
:nth-child
(
2
)
{
display
:
none
;
}
.select-search
{
width
:
100%
;
//
padding
:
0
10px
;
...
...
src/components/app/taskView.vue
View file @
b4a9f71e
...
...
@@ -486,9 +486,6 @@ export default {
height
:
100%
;
.daily-set-content
{
padding
:
20px
;
.table-condition-left
{
font-size
:
0
;
}
}
.depart-item-content
{
width
:
213px
;
...
...
src/views/apps/cloudDaily/dailyRecord.vue
View file @
b4a9f71e
...
...
@@ -476,9 +476,6 @@ export default {
.daily-set-content
{
padding
:
20px
;
box-sizing
:
border-box
;
.table-condition-left
{
font-size
:
0
;
}
}
.depart-item-content
{
width
:
213px
;
...
...
src/views/apps/quota/monthTaskDetail.vue
View file @
b4a9f71e
...
...
@@ -477,9 +477,7 @@ export default {
.daily-set-content
{
padding
:
20px
;
box-sizing
:
border-box
;
.table-condition-left
{
font-size
:
0
;
}
.image-wrap
{
width
:
40px
;
height
:
40px
;
...
...
static/css/public.css
View file @
b4a9f71e
...
...
@@ -1341,6 +1341,7 @@ button.el-button--primary.is-plain:focus {
.material-body
.el-textarea
.el-textarea__inner
{
height
:
273px
;
}
.el-input
.el-input__suffix
i
:nth-child
(
2
)
{
display
:
none
;
}
...
...
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