mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
style
This commit is contained in:
@@ -355,6 +355,10 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.AddLevelImpStu > .ant-drawer-content-wrapper {
|
||||||
|
min-width: 800px !important;
|
||||||
|
width: 800px !important;
|
||||||
|
}
|
||||||
.AddLevelImpStu {
|
.AddLevelImpStu {
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
min-width: 450px;
|
min-width: 450px;
|
||||||
|
|||||||
@@ -691,6 +691,10 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.AddCertificate > .ant-drawer-content-wrapper {
|
||||||
|
min-width: 800px !important;
|
||||||
|
width: 800px !important;
|
||||||
|
}
|
||||||
.ant-table-striped :deep(.table-striped) td {
|
.ant-table-striped :deep(.table-striped) td {
|
||||||
background-color: #fafafa !important;
|
background-color: #fafafa !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,9 +67,10 @@ const { data: options, loading: orgLoading } = useBoeApi(
|
|||||||
);
|
);
|
||||||
|
|
||||||
watch(props, () => {
|
watch(props, () => {
|
||||||
stuTreeExpandedKeys.value = [];
|
// stuTreeExpandedKeys.value = [];
|
||||||
console.log("labelValue.value", labelValue.value, props.value);
|
// console.log("labelValue.value", labelValue.value, props.value);
|
||||||
labelValue.value = props.value;
|
// labelValue.value = props.value;
|
||||||
|
|
||||||
// if (labelValue.value.value !== props.value) {
|
// if (labelValue.value.value !== props.value) {
|
||||||
// labelValue.value = { value: props.value, label: props.name };
|
// labelValue.value = { value: props.value, label: props.name };
|
||||||
// }
|
// }
|
||||||
|
|||||||
@@ -679,6 +679,10 @@ watch(visiable, () => {
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.CommonStudent > .ant-drawer-content-wrapper {
|
||||||
|
min-width: 1200px !important;
|
||||||
|
width: 1200px !important;
|
||||||
|
}
|
||||||
.CommonStudent {
|
.CommonStudent {
|
||||||
.ant-btn-primary {
|
.ant-btn-primary {
|
||||||
background-color: #4ea6ff !important;
|
background-color: #4ea6ff !important;
|
||||||
|
|||||||
@@ -150,6 +150,10 @@ function itemDel(i) {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.createvoteDrawer > .ant-drawer-content-wrapper {
|
||||||
|
min-width: 800px !important;
|
||||||
|
width: 800px !important;
|
||||||
|
}
|
||||||
.researchadd {
|
.researchadd {
|
||||||
.header {
|
.header {
|
||||||
height: 73px;
|
height: 73px;
|
||||||
|
|||||||
@@ -1096,7 +1096,6 @@
|
|||||||
>
|
>
|
||||||
<div class="certificatelistMain">
|
<div class="certificatelistMain">
|
||||||
<img
|
<img
|
||||||
@click="previewPic"
|
|
||||||
style="cursor: pointer; width: 140px; height: 200px"
|
style="cursor: pointer; width: 140px; height: 200px"
|
||||||
:src="item.url"
|
:src="item.url"
|
||||||
alt=""
|
alt=""
|
||||||
|
|||||||
Reference in New Issue
Block a user