开发: 添加小屏幕css[少], 聊天记录投票. 客户中心修改, 工作台支持小屏

This commit is contained in:
zhengw
2023-04-21 14:53:54 +08:00
parent 2156976a8c
commit 5f4acf4317
20 changed files with 619 additions and 322 deletions

View File

@@ -48,6 +48,10 @@ ol {
padding-right: 24px !important;
}
.ant-pro-global-footer-list {
margin-bottom: 0 !important;
}
input {
background-clip: text;
-webkit-text-fill-color: #000; // 改变了字体颜色
@@ -85,4 +89,10 @@ input {
}
}
}
.ant-pro-page-container-children-content,
.ant-page-header {
padding-left: 12px !important;
padding-right: 12px !important;
}
}