mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 02:33:02 +08:00
nbs智能分析统计头部固定栏背景色修改
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="internal-container">
|
||||
<van-sticky>
|
||||
<div class="title" style="background:#f5f5f5">
|
||||
<div class="title">
|
||||
<div class="left">
|
||||
<van-button round type="info" size="mini" @click="setDateType(1)" :class="{ default: 1, checked: checkType === 1 }">今日</van-button>
|
||||
<van-button round type="info" size="mini" @click="setDateType(2)" :class="{ default: 1, checked: checkType === 2 }">当月</van-button>
|
||||
@@ -94,7 +94,6 @@ export default {
|
||||
pageSize: 0,
|
||||
pageNum: 0
|
||||
})
|
||||
console.log(rs)
|
||||
if (rs.result === '1') {
|
||||
this.tableData.list = []
|
||||
return this.$toast(rs.resultMessage)
|
||||
@@ -124,6 +123,10 @@ export default {
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
/deep/ .van-sticky {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user