@@ -58,4 +58,9 @@ export default {
};
</script>
<style scoped lang="scss">
+:deep(.el-dialog__headerbtn .el-dialog__close) {
+ color: #000;
+ font-size: 18px;
+ font-weight: 800;
+}
</style>