Commit 836024f7 authored by renjintao's avatar renjintao

计划管理

parent 4124a60d
...@@ -1482,4 +1482,8 @@ html [type=button] { ...@@ -1482,4 +1482,8 @@ html [type=button] {
} }
.bgDDD{ .bgDDD{
background:#DDD background:#DDD
}
.ftball {
background: rgba(0, 0, 0, 0.7);
color: #fff;
} }
\ No newline at end of file
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</template> </template>
<template slot="buttons"></template> <template slot="buttons"></template>
</DataGrid> </DataGrid>
<FooterToolbar extra v-if="footerBar"> <FooterToolbar extra v-if="footerBar" class="ftball">
<Row> <Row>
<Checkbox @on-change="handleSelectAll(single)" v-model="single">全选</Checkbox> <Checkbox @on-change="handleSelectAll(single)" v-model="single">全选</Checkbox>
<span class="footerSpan">已选 {{selectCount}} 项</span> <span class="footerSpan">已选 {{selectCount}} 项</span>
......
...@@ -377,8 +377,5 @@ export default { ...@@ -377,8 +377,5 @@ export default {
}; };
</script> </script>
<style scoped> <style scoped>
.ftball {
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
</style> </style>
\ No newline at end of file
...@@ -1122,3 +1122,7 @@ html [type=button] { ...@@ -1122,3 +1122,7 @@ html [type=button] {
.bgDDD { .bgDDD {
background: #DDD; background: #DDD;
} }
.ftball {
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
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