Merge pull request 'fix : 修复首页适配' (#792) from de into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/792
This commit is contained in:
2024-09-21 16:31:12 +00:00

View File

@@ -825,7 +825,7 @@ const handleView = (row) => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@media (min-width: 1200px) and (max-width: 1920px) { @media (min-width: 1200px) and (max-width: 1918px) {
.right-top { .right-top {
height: 684px !important; height: 684px !important;
} }