style:修改部分界面抽屉样式

This commit is contained in:
wyx
2023-03-28 11:01:24 +08:00
parent 74ad6f9d2d
commit bcba4b90ad
3 changed files with 11 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi";
const store = useStore();
const isLogin = ref(false);
console.log("版本2.3.1------------");
console.log("版本2.3.2------------");
// 监听关闭浏览器
let time1 = ref(0);

View File

@@ -745,7 +745,7 @@ export default {
title: "签到时间",
dataIndex: "signTime",
key: "signTime",
width: 110,
width: 100,
align: "center",
className: "h",
customRender: (text) => {
@@ -812,7 +812,7 @@ export default {
className: "h",
dataIndex: "opacation",
key: "opacation",
width: 130,
width: 100,
align: "center",
customRender: (value) => {
return (
@@ -1079,6 +1079,11 @@ export default {
</script>
<style lang="scss">
.largeDrawerStyle > .ant-drawer-content-wrapper {
width: 1400px !important;
min-width: 1400px !important;
}
.me {
.ant-modal-body {
padding: 0px;

View File

@@ -617,9 +617,9 @@ const changevalue = (e) => {
defineExpose({ openDrawer });
</script>
<style lang="scss">
.ant-drawer-content-wrapper {
width: 1500px !important;
min-width: 1500px !important;
.addonlineDrawer > .ant-drawer-content-wrapper {
width: 1300px !important;
min-width: 1300px !important;
}
.ant-table-striped :deep(.table-striped) td {