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

1

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