Commit aebc5461 by haojie

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

parent 61a0fd88
......@@ -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 {
......
......@@ -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) {
......
......@@ -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 {
......
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