Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_manage
Project
Project
Details
Activity
Releases
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
张伯涛
intel_promotion_manage
Commits
4140bad1
Commit
4140bad1
authored
Jun 14, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
34260c50
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
466 additions
and
370 deletions
+466
-370
package.json
package.json
+1
-1
login.scss
src/styles/themeA/login.scss
+2
-2
index.vue
src/views/contentManagement/newsInformation/index.vue
+12
-0
dashboard.js
src/views/dashboard/index/dashboard.js
+118
-352
index.vue
src/views/dashboard/index/index.vue
+333
-15
No files found.
package.json
View file @
4140bad1
...
...
@@ -18,7 +18,7 @@
"
axios
"
:
"
0.18.1
"
,
"
bpmn-js
"
:
"
^6.1.1
"
,
"
bpmn-js-properties-panel
"
:
"
^0.33.1
"
,
"
echarts
"
:
"
^
4.9.0
"
,
"
echarts
"
:
"
^
5.1.2
"
,
"
element-resize-detector
"
:
"
^1.2.4
"
,
"
element-ui
"
:
"
2.13.0
"
,
"
gm-crypt
"
:
"
^0.0.2
"
,
...
...
src/styles/themeA/login.scss
View file @
4140bad1
...
...
@@ -3,8 +3,8 @@
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
width
:
1
920px
;
height
:
923px
;
width
:
1
00%
;
height
:
100%
;
background-image
:
url("../../assets/image/login-bg.png")
;
background-size
:
cover
;
.el-checkbox__input.is-checked
.el-checkbox__inner
{
...
...
src/views/contentManagement/newsInformation/index.vue
View file @
4140bad1
...
...
@@ -238,7 +238,10 @@
:visible
.
sync=
"innerVisible"
append-to-body
>
<div
class=
"img_content"
>
<img
v-show=
"src"
id=
"crawlerImage"
:src=
"src"
alt=
"Crawler Image"
>
</div>
<div
class=
"dialogWarnText"
>
二维码小程序爬取文章由于限制,20分钟内最多爬1次,否则会存在公众号被封的风险
</div>
<el-checkbox-group
v-model=
"souceList"
>
<el-checkbox
label=
"慧保天下"
/>
<el-checkbox
label=
"中国银行保险报"
/>
...
...
@@ -781,3 +784,12 @@ input::-webkit-inner-spin-button {
}
</
style
>
<
style
lang=
"scss"
scoped
>
::v-deep
.dialogWarnText
{
color
:
red
!
important
;
padding
:
10px
0
!
important
;
}
::v-deep
.img_content
{
text-align
:
center
;
}
</
style
>
src/views/dashboard/index/dashboard.js
View file @
4140bad1
This diff is collapsed.
Click to expand it.
src/views/dashboard/index/index.vue
View file @
4140bad1
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