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
392dd406
Commit
392dd406
authored
May 12, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改数据
parent
8da09b05
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
index.html
dist/index.html
+2
-2
app.fb904240a9ba90bb7480b7174b5ddae3.css
dist/static/css/app.fb904240a9ba90bb7480b7174b5ddae3.css
+0
-0
public.css
dist/static/css/public.css
+1
-1
material.vue
src/views/enterprise/material.vue
+2
-1
public.css
static/css/public.css
+1
-1
No files found.
dist/index.html
View file @
392dd406
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
好办管理平台
</title><link
rel=
stylesheet
type=
text/css
href=
//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.28.css
><link
href=
./static/css/app.5163a63f94a13ea4391715d674deb059.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
class=
damolish
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.7f3d5c84498a4be22840.js
></script><script
type=
text/javascript
src=
./static/js/vendor.ec5b5af1da21f97836b5.js
></script><script
type=
text/javascript
src=
./static/js/app.281bc4d8665bbb08cfc4.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
好办管理平台
</title><link
rel=
stylesheet
type=
text/css
href=
//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.28.css
><link
href=
./static/css/app.fb904240a9ba90bb7480b7174b5ddae3.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
class=
damolish
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.7f3d5c84498a4be22840.js
></script><script
type=
text/javascript
src=
./static/js/vendor.ec5b5af1da21f97836b5.js
></script><script
type=
text/javascript
src=
./static/js/app.281bc4d8665bbb08cfc4.js
></script></body></html>
\ No newline at end of file
dist/static/css/app.
5163a63f94a13ea4391715d674deb059
.css
→
dist/static/css/app.
fb904240a9ba90bb7480b7174b5ddae3
.css
View file @
392dd406
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/static/css/public.css
View file @
392dd406
...
...
@@ -1261,7 +1261,7 @@ button.el-button--danger.is-plain {
text-overflow
:
clip
;
}
.group-popover
{
.group-popover
.el-popover
{
min-width
:
75px
;
padding
:
0
;
}
...
...
src/views/enterprise/material.vue
View file @
392dd406
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-03-16 09:59:39
* @LastEditors: 无尘
* @LastEditTime: 2020-05-12 14:3
0:32
* @LastEditTime: 2020-05-12 14:3
4:29
-->
<
template
>
<div
class=
"daily-set-wrap "
>
...
...
@@ -323,6 +323,7 @@ export default {
.operate-icon
{
position
:
absolute
;
right
:
0
;
height
:
16px
;
z-index
:
1
;
}
.material-body
{
...
...
static/css/public.css
View file @
392dd406
...
...
@@ -1261,7 +1261,7 @@ button.el-button--danger.is-plain {
text-overflow
:
clip
;
}
.group-popover
{
.group-popover
.el-popover
{
min-width
:
75px
;
padding
:
0
;
}
...
...
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