Commit 4c99e7ee authored by 罗超's avatar 罗超

1

parent b873fef1
...@@ -61,6 +61,7 @@ const ClueModule = () => { ...@@ -61,6 +61,7 @@ const ClueModule = () => {
console.log(a, b) console.log(a, b)
msg.CreateSTime = a msg.CreateSTime = a
msg.CreateETime = b msg.CreateETime = b
getCluerList()
} }
const data = reactive({ const data = reactive({
......
<template> <template>
<div class="q-pa-md customer"> <div class="q-pa-md clue">
<q-page padding style="background: #FFF;border-radius: 10px;"> <q-page padding style="background: #FFF;border-radius: 10px;">
<q-tabs <q-tabs
v-model="tab" v-model="tab"
...@@ -98,15 +98,15 @@ export default defineComponent({ ...@@ -98,15 +98,15 @@ export default defineComponent({
</script> </script>
<style lang="scss"> <style lang="scss">
.customer .q-field__before { .clue .q-field__before {
padding-right: 0 !important; padding-right: 0 !important;
} }
</style> .clue .ant-input {
<style lang="scss" scoped> height: 54.5px;
::v-deep .ant-cascader-picker { display: inline-block;
height: 100px; border-radius: 2px;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.05);
border: none;
overflow: hidden; overflow: hidden;
} }
</style> </style>
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