物业主开发
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="h-full box">
|
||||
<div class="header">
|
||||
<span class="">智慧物业后台管理系统</span>
|
||||
<navbar ref="navbarRef" />
|
||||
<navbar :Showhamburger="false" ref="navbarRef" />
|
||||
</div>
|
||||
<div class="containerbox">
|
||||
<div class="community_nav_box">
|
||||
@@ -95,6 +95,7 @@ function handleEdit(item: communitylist_rows_type) {
|
||||
/** 管理小区 */
|
||||
function handleclick(item: communitylist_rows_type) {
|
||||
switchVillageAPI(item.villageId).then(() => {
|
||||
localStorage.setItem('villageInfo', JSON.stringify(item));
|
||||
localStorage.setItem('villageid', item.villageId);
|
||||
houseStore.getviliageinfo(item.villageId);
|
||||
router.push({
|
||||
@@ -200,12 +201,15 @@ function handleclick(item: communitylist_rows_type) {
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
@media (max-width: 1900px) {
|
||||
@media (max-width: 2350px) {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
@media (max-width: 1500px) {
|
||||
@media (max-width: 1900px) {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
@media (max-width: 1450px) {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
.coummunity_card {
|
||||
min-width: 369px;
|
||||
max-width: 369px;
|
||||
|
||||
Reference in New Issue
Block a user