Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李洋
/
消息系统
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7fc85806
authored
Dec 26, 2025
by
肖康
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'feature/20251222/notice' into 'master'
弹窗调整 See merge request
!12
parents
82e5a38d
35bc5573
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/js/public_notice.js
public/js/public_notice.js
View file @
7fc85806
...
@@ -25,6 +25,8 @@ layui.use([], function () {
...
@@ -25,6 +25,8 @@ layui.use([], function () {
right2
=
365
right2
=
365
}
}
const
css
=
`
const
css
=
`
.noticepoplk{font-size:14px;}
.noticepoplk .layui-form-label{ padding: 9px 15px!important;}
.nrtx{line-height:38px;}
.nrtx{line-height:38px;}
.noticeitemxo{margin-right:30px;cursor: pointer;}
.noticeitemxo{margin-right:30px;cursor: pointer;}
.fbggank{position:fixed;top:0;right:
${
right2
}
px;z-index:9999;top:9px;}
.fbggank{position:fixed;top:0;right:
${
right2
}
px;z-index:9999;top:9px;}
...
@@ -99,7 +101,7 @@ layui.use([], function () {
...
@@ -99,7 +101,7 @@ layui.use([], function () {
const
obj_i
=
pageS
.
noticeList
.
filter
(
item
=>
item
.
business_notice_id
==
business_notice_id
)
const
obj_i
=
pageS
.
noticeList
.
filter
(
item
=>
item
.
business_notice_id
==
business_notice_id
)
console
.
log
(
obj_i
)
console
.
log
(
obj_i
)
const
conHtml_
=
`
const
conHtml_
=
`
<div style="padding:20px;">
<div style="padding:20px;"
class="noticepoplk"
>
<div class="layui-form-item " style="margin-bottom:0px;">
<div class="layui-form-item " style="margin-bottom:0px;">
<div class="layui-inline">
<div class="layui-inline">
<label class="layui-form-label required">公告标题</label>
<label class="layui-form-label required">公告标题</label>
...
...
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