|
@@ -1,9 +1,12 @@
|
|
|
<template>
|
|
|
- <el-card>
|
|
|
- 111111
|
|
|
+ <el-card style="padding: 5px; 15px">
|
|
|
+ <div class="header-title"> <h3>最新通知 </h3> <h4>查看全部</h4></div>
|
|
|
+ <div class="noticebody">
|
|
|
+
|
|
|
+ </div>
|
|
|
</el-card>
|
|
|
|
|
|
- <el-card shadow="always">
|
|
|
+ <el-card shadow="always" style="margin-top: 20px;">
|
|
|
<todayData></todayData>
|
|
|
</el-card>
|
|
|
|
|
@@ -22,6 +25,7 @@ console.log('path', path)
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+
|
|
|
.welcome {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -30,10 +34,15 @@ console.log('path', path)
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-.header {
|
|
|
+.header-title {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ justify-content:space-between;
|
|
|
margin-bottom: 40px;
|
|
|
+ h4{
|
|
|
+ margin-right: 50px;
|
|
|
+ color: #29d;;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.logo {
|
|
@@ -79,4 +88,7 @@ p {
|
|
|
.button:hover {
|
|
|
background-color: #32a673;
|
|
|
}
|
|
|
+.noticebody{
|
|
|
+
|
|
|
+}
|
|
|
</style>
|