mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
style:修改部分界面抽屉样式
This commit is contained in:
@@ -33,7 +33,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi";
|
|||||||
|
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const isLogin = ref(false);
|
const isLogin = ref(false);
|
||||||
console.log("版本2.3.1------------");
|
console.log("版本2.3.2------------");
|
||||||
|
|
||||||
// 监听关闭浏览器
|
// 监听关闭浏览器
|
||||||
let time1 = ref(0);
|
let time1 = ref(0);
|
||||||
|
|||||||
@@ -745,7 +745,7 @@ export default {
|
|||||||
title: "签到时间",
|
title: "签到时间",
|
||||||
dataIndex: "signTime",
|
dataIndex: "signTime",
|
||||||
key: "signTime",
|
key: "signTime",
|
||||||
width: 110,
|
width: 100,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
customRender: (text) => {
|
customRender: (text) => {
|
||||||
@@ -812,7 +812,7 @@ export default {
|
|||||||
className: "h",
|
className: "h",
|
||||||
dataIndex: "opacation",
|
dataIndex: "opacation",
|
||||||
key: "opacation",
|
key: "opacation",
|
||||||
width: 130,
|
width: 100,
|
||||||
align: "center",
|
align: "center",
|
||||||
customRender: (value) => {
|
customRender: (value) => {
|
||||||
return (
|
return (
|
||||||
@@ -1079,6 +1079,11 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.largeDrawerStyle > .ant-drawer-content-wrapper {
|
||||||
|
width: 1400px !important;
|
||||||
|
min-width: 1400px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.me {
|
.me {
|
||||||
.ant-modal-body {
|
.ant-modal-body {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|||||||
@@ -617,9 +617,9 @@ const changevalue = (e) => {
|
|||||||
defineExpose({ openDrawer });
|
defineExpose({ openDrawer });
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.ant-drawer-content-wrapper {
|
.addonlineDrawer > .ant-drawer-content-wrapper {
|
||||||
width: 1500px !important;
|
width: 1300px !important;
|
||||||
min-width: 1500px !important;
|
min-width: 1300px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-striped :deep(.table-striped) td {
|
.ant-table-striped :deep(.table-striped) td {
|
||||||
|
|||||||
Reference in New Issue
Block a user