This commit is contained in:
wyx
2023-03-20 11:30:57 +08:00
parent 36bf6fa9fe
commit 9bf1312230
3 changed files with 12 additions and 0 deletions

View File

@@ -5039,6 +5039,10 @@ export default defineComponent({
});
</script>
<style lang="scss">
.ant-table-cell-fix-right {
width: 250px !important;
}
.addTimeBox {
position: relative;
display: flex;

View File

@@ -1617,6 +1617,10 @@ export default {
};
</script>
<style lang="scss">
.ant-table-cell-fix-right {
width: 250px !important;
}
.clearfix:before,
.clearfix:after {
content: " ";

View File

@@ -1802,6 +1802,10 @@ export default {
};
</script>
<style lang="scss">
.ant-table-cell-fix-right {
width: 300px !important;
}
.projectManage {
width: 100%;
height: 100%;