Commit 473cbb27 authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 剔除无用的样式

parent 2887b74b
......@@ -129,11 +129,7 @@ function handleAddAgentApplications() {
</script>
<template>
<div
ref="cardContentWrapRef"
class="applications-square-content flex h-full flex-col overflow-y-auto py-6"
style="scrollbar-width: none"
>
<div ref="cardContentWrapRef" class="flex h-full flex-col overflow-y-auto py-6" style="scrollbar-width: none">
<div class="mb-[19px] flex items-center justify-between">
<div class="flex flex-col">
<div class="flex items-center">
......@@ -321,11 +317,6 @@ function handleAddAgentApplications() {
border: 1px #000dff solid;
}
.cardContentWrap {
scrollbar-width: none;
-ms-overflow-style: none;
}
@media (width >= 1536px) and (width <= 1670px) {
.popover-trigger,
.agent-desc {
......
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