Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
live-management-web
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
live-management-web
Commits
aebc5461
Commit
aebc5461
authored
Sep 06, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分样式打包后无效的问题
parent
61a0fd88
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
src/pages/InteractiveResponse/components/addGroupDialog.vue
+1
-1
src/pages/InteractiveResponse/components/quickReply.vue
+1
-0
src/pages/InteractiveResponse/components/randomPlayDialog.vue
+1
-1
No files found.
src/pages/InteractiveResponse/components/addGroupDialog.vue
View file @
aebc5461
...
...
@@ -69,7 +69,7 @@ const confirm = async () => {
position
:
relative
;
}
.t-dialog__body
{
margin
:
30px
0
20px
0
;
margin
:
30px
0
20px
0
!important
;
.create-group-form-item
{
align-items
:
center
;
.custom-input-global
{
...
...
src/pages/InteractiveResponse/components/quickReply.vue
View file @
aebc5461
...
...
@@ -204,6 +204,7 @@ const confirmDelete = async () => {
let
res
:
any
=
await
deleteLiveReply
(
deleteInfo
.
value
.
id
);
if
(
res
.
code
==
0
)
{
show_message
(
'删除成功'
,
'success'
);
initPage
();
getList
();
}
}
catch
(
e
)
{
...
...
src/pages/InteractiveResponse/components/randomPlayDialog.vue
View file @
aebc5461
...
...
@@ -187,7 +187,7 @@ onBeforeUnmount(() => {
@import
'@/style/variables.less'
;
.random-play-dialog
{
.t-dialog__body
{
margin-top
:
20px
;
margin-top
:
20px
!important
;
.custom-usiness-form-item
{
align-items
:
center
;
.random-play-input
{
...
...
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