Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
fulixin
dsk-operate-sys-cscec
Commits
4d59b0f5
Commit
4d59b0f5
authored
Nov 08, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
534980b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
index.vue
dsk-operate-ui/src/views/detail/party-a/index.vue
+1
-0
index.vue
...rate-ui/src/views/radar/components/MajorProject/index.vue
+6
-3
vue.config.js
dsk-operate-ui/vue.config.js
+1
-1
No files found.
dsk-operate-ui/src/views/detail/party-a/index.vue
View file @
4d59b0f5
...
...
@@ -380,6 +380,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.part-container
{
padding
:
0
;
margin
:
0
24px
;
}
.part-main
{
margin-top
:
12px
;
...
...
dsk-operate-ui/src/views/radar/components/MajorProject/index.vue
View file @
4d59b0f5
...
...
@@ -93,8 +93,8 @@
<el-checkbox
v-if=
"index
<showNum
"
:label=
"item"
:key=
"index"
>
{{
item
}}
</el-checkbox>
</
template
>
</el-checkbox-group>
<
span
class=
"more"
v-if=
"showNum==10"
@
click=
"showNum=99"
>
更多
<img
src=
"@/assets/images/more.png"
alt=
""
></span
>
<
span
class=
"more more1"
v-if=
"showNum==99"
@
click=
"showNum=10"
>
收起
<img
src=
"@/assets/images/more.png"
alt=
""
></span
>
<
!--<span class="more" v-if="showNum==10" @click="showNum=99">更多<img src="@/assets/images/more.png" alt=""></span>--
>
<
!--<span class="more more1" v-if="showNum==99" @click="showNum=10">收起<img src="@/assets/images/more.png" alt=""></span>--
>
</div>
</div>
<div
class=
"content_item content_item_padding0"
>
...
...
@@ -811,6 +811,9 @@ export default {
.ename_input
{
width
:
240px
;
margin-right
:
20px
;
::v-deep
.el-input__inner
::placeholder
{
color
:
rgba
(
35
,
35
,
35
,
0
.2
)
!
important
;
}
}
.keyword_checkbox
{
margin-top
:
6px
;
...
...
@@ -819,7 +822,7 @@ export default {
display
:
inline-block
;
}
.checkbox_1122
{
width
:
1122px
;
/*width: 1122px;*/
margin-right
:
6px
;
}
.el-checkbox
{
...
...
dsk-operate-ui/vue.config.js
View file @
4d59b0f5
...
...
@@ -35,7 +35,7 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://47.104.91.229:9099/prod-api`
,
//测试
// target: `https://szhapi.jiansheku.com`,//
测试
// target: `https://szhapi.jiansheku.com`,//
线上
// target: `http://122.9.160.122:9011`, //线上
// target: `http://192.168.0.165:9098`,//施
// target: `http://192.168.60.6:9098`,//谭
...
...
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