Commit 76bb6a64 authored by 何毅恒's avatar 何毅恒

c

parent 9f6cafb5
...@@ -233,6 +233,7 @@ const bannerJump = (row: any) => { ...@@ -233,6 +233,7 @@ const bannerJump = (row: any) => {
.rightBox { .rightBox {
background: #fff; background: #fff;
width: 1034px; width: 1034px;
min-height: 216px;
padding: 32px 32px 16px 32px; padding: 32px 32px 16px 32px;
box-sizing: border-box; box-sizing: border-box;
.rightTitle { .rightTitle {
......
...@@ -47,6 +47,7 @@ const getInformationDetail = async (id) => { ...@@ -47,6 +47,7 @@ const getInformationDetail = async (id) => {
</script> </script>
<style scoped lang='scss'> <style scoped lang='scss'>
#pcArticleDetail { #pcArticleDetail {
height: 100%;
position: relative; position: relative;
.title { .title {
height: 25px; height: 25px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment