Browse Source

add sticky sider

douhl 1 year ago
parent
commit
de8a4a2ab0

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/analysis/index.vue

@@ -104,6 +104,6 @@ const option: EChartsOption = {
         </div>
       </div>
     </section>
-    <nav class="bg-green-200 flex-1 min-w-60">222</nav>
+    <nav class="bg-green-200 flex-1 min-w-60 sticky right-0 top-8">222</nav>
   </div>
 </template>