|
@@ -37,7 +37,7 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div v-show="currentTableData.length < 1" style="display: flex;justify-content: center;">
|
|
|
|
|
|
+ <div v-if="JSON.stringify(currentTableData) === '{}'" style="display: flex;justify-content: center;">
|
|
<label style="color: darkgray;"> 暂无新通知</label>
|
|
<label style="color: darkgray;"> 暂无新通知</label>
|
|
</div>
|
|
</div>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
@@ -165,7 +165,7 @@ onMounted(async () => {
|
|
justify-content:space-between;
|
|
justify-content:space-between;
|
|
h4{
|
|
h4{
|
|
margin-right: 50px;
|
|
margin-right: 50px;
|
|
- color: #29d;
|
|
|
|
|
|
+ color: #409EFF;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bak-txt{
|
|
.bak-txt{
|
|
@@ -173,7 +173,6 @@ onMounted(async () => {
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
float: right;
|
|
float: right;
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
- // color: #29d;;
|
|
|
|
margin-right: 40px;
|
|
margin-right: 40px;
|
|
}
|
|
}
|
|
.tabs>.el-tabs__content {
|
|
.tabs>.el-tabs__content {
|
|
@@ -192,10 +191,10 @@ onMounted(async () => {
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
.active{
|
|
.active{
|
|
- color:#29d;
|
|
|
|
|
|
+ color:#409EFF;
|
|
}
|
|
}
|
|
.notices{
|
|
.notices{
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-size: 16px;
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
line-height: 18px;;
|
|
line-height: 18px;;
|
|
}
|
|
}
|