BUG 31014

This commit is contained in:
aixianling
2022-09-07 11:24:00 +08:00
parent 99f5e9624c
commit ce10d0c72e
2 changed files with 5 additions and 1 deletions

View File

@@ -21,7 +21,8 @@
<u-icon name="arrow-right" color="#ddd" size="40"/> <u-icon name="arrow-right" color="#ddd" size="40"/>
</div> </div>
</div> </div>
<AiEmpty class="mar-t32" v-else no-permit :description="`<p>您不是网格员<br/>无法使用网格员相关功能哦~</p>`"/> <AiEmpty class="mar-t32 t-center" v-else no-permit :description="`<p>您不是网格员<br/>无法使用网格员相关功能哦~</p>`"/>
<AiConsole/>
</section> </section>
</template> </template>

View File

@@ -51,3 +51,6 @@ div[shrink] {
min-width: 0; min-width: 0;
min-height: 0; min-height: 0;
} }
.t-center{
text-align: center;
}