样式微调

This commit is contained in:
bob
2024-10-30 22:40:46 +08:00
parent b9ce6cae9c
commit eb6285becc
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ const onShowUserCard = async ({ sessionId, account }) => {
<template>
<el-container style="height: 100%">
<el-header class="bdr-b">
<div style="color: #409eff; font-size: 14px">全部({{ totalCount }})</div>
<div style="font-size: 14px">全部({{ totalCount }})</div>
<el-input
v-model="lastSearchKey"
placeholder="搜索:昵称/账号"

View File

@@ -85,7 +85,7 @@ const onShowUserCard = async ({ sessionId, account }) => {
<template>
<el-container style="height: 100%">
<el-header class="bdr-b">
<div style="color: #409eff; font-size: 14px">全部({{ totalCount }})</div>
<div style="font-size: 14px">全部({{ totalCount }})</div>
<el-input
v-model="markSearchKey"
placeholder="搜索:昵称/账号/备注"