Commit 836024f7 authored by renjintao's avatar renjintao

计划管理

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