Commit aebc5461 by haojie

部分样式打包后无效的问题

parent 61a0fd88
...@@ -69,7 +69,7 @@ const confirm = async () => { ...@@ -69,7 +69,7 @@ const confirm = async () => {
position: relative; position: relative;
} }
.t-dialog__body { .t-dialog__body {
margin: 30px 0 20px 0; margin: 30px 0 20px 0 !important;
.create-group-form-item { .create-group-form-item {
align-items: center; align-items: center;
.custom-input-global { .custom-input-global {
......
...@@ -204,6 +204,7 @@ const confirmDelete = async () => { ...@@ -204,6 +204,7 @@ const confirmDelete = async () => {
let res: any = await deleteLiveReply(deleteInfo.value.id); let res: any = await deleteLiveReply(deleteInfo.value.id);
if (res.code == 0) { if (res.code == 0) {
show_message('删除成功', 'success'); show_message('删除成功', 'success');
initPage();
getList(); getList();
} }
} catch (e) { } catch (e) {
......
...@@ -187,7 +187,7 @@ onBeforeUnmount(() => { ...@@ -187,7 +187,7 @@ onBeforeUnmount(() => {
@import '@/style/variables.less'; @import '@/style/variables.less';
.random-play-dialog { .random-play-dialog {
.t-dialog__body { .t-dialog__body {
margin-top: 20px; margin-top: 20px !important;
.custom-usiness-form-item { .custom-usiness-form-item {
align-items: center; align-items: center;
.random-play-input { .random-play-input {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment