This commit is contained in:
wyx
2023-03-23 11:33:45 +08:00
parent 4bb111d4ce
commit 69db28728c
6 changed files with 20 additions and 4 deletions

View File

@@ -355,6 +355,10 @@ export default {
</script>
<style lang="scss">
.AddLevelImpStu > .ant-drawer-content-wrapper {
min-width: 800px !important;
width: 800px !important;
}
.AddLevelImpStu {
.drawerMain {
min-width: 450px;

View File

@@ -691,6 +691,10 @@ export default {
};
</script>
<style lang="scss">
.AddCertificate > .ant-drawer-content-wrapper {
min-width: 800px !important;
width: 800px !important;
}
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}

View File

@@ -67,9 +67,10 @@ const { data: options, loading: orgLoading } = useBoeApi(
);
watch(props, () => {
stuTreeExpandedKeys.value = [];
console.log("labelValue.value", labelValue.value, props.value);
labelValue.value = props.value;
// stuTreeExpandedKeys.value = [];
// console.log("labelValue.value", labelValue.value, props.value);
// labelValue.value = props.value;
// if (labelValue.value.value !== props.value) {
// labelValue.value = { value: props.value, label: props.name };
// }

View File

@@ -679,6 +679,10 @@ watch(visiable, () => {
});
</script>
<style lang="scss">
.CommonStudent > .ant-drawer-content-wrapper {
min-width: 1200px !important;
width: 1200px !important;
}
.CommonStudent {
.ant-btn-primary {
background-color: #4ea6ff !important;

View File

@@ -150,6 +150,10 @@ function itemDel(i) {
}
</script>
<style lang="scss">
.createvoteDrawer > .ant-drawer-content-wrapper {
min-width: 800px !important;
width: 800px !important;
}
.researchadd {
.header {
height: 73px;

View File

@@ -1096,7 +1096,6 @@
>
<div class="certificatelistMain">
<img
@click="previewPic"
style="cursor: pointer; width: 140px; height: 200px"
:src="item.url"
alt=""