Commit e4baafeb authored by kangzhenfei's avatar kangzhenfei

首页样式影响--top

parent 35590c5a
<template> <template>
<div class="home"> <div class="home_box">
<Card> <Card>
<div class="flex"> <div class="flex">
<div class="user"> <div class="user">
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
.home { .home_box {
background: rgba(245, 246, 250, 1); background: rgba(245, 246, 250, 1);
margin: -5px -10px -50px -10px; margin: -5px -10px -50px -10px;
height: 100%; height: 100%;
......
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