|
@@ -65,7 +65,25 @@ const RenderUserAvatar = ({ store }) => {
|
|
|
),
|
|
|
trigger: () => (
|
|
|
<div class="flex items-center cursor-pointer">
|
|
|
- <img src="https://static.fuxicarbon.com/bigModel/pc/xlht-icon.svg" alt="" class="w-[32px] h-[32px] mr-[10px] rounded-[50%] shrink-0" />
|
|
|
+ <div src="@/assets/images/xlht/xlht-icon.svg" alt="" class="w-[32px] h-[32px] mr-[10px] rounded-[50%] shrink-0">
|
|
|
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
|
+ <circle cx="16" cy="16" r="16" fill="white" />
|
|
|
+ <circle cx="16" cy="16" r="15.75" stroke="#0A8BCF" stroke-opacity="0.2" stroke-width="0.5" />
|
|
|
+ <g clip-path="url(#clip0_3308_169)">
|
|
|
+ <path d="M16 0C11.7565 0 7.68687 1.68571 4.68629 4.68629C1.68571 7.68687 0 11.7565 0 16C0 20.2435 1.68571 24.3131 4.68629 27.3137C7.68687 30.3143 11.7565 32 16 32C20.2435 32 24.3131 30.3143 27.3137 27.3137C30.3143 24.3131 32 20.2435 32 16C32 11.7565 30.3143 7.68687 27.3137 4.68629C24.3131 1.68571 20.2435 0 16 0Z" fill="white" fill-opacity="0.25" />
|
|
|
+ <path d="M16 0C11.7565 0 7.68687 1.68571 4.68629 4.68629C1.68571 7.68687 0 11.7565 0 16C0 20.2435 1.68571 24.3131 4.68629 27.3137C7.68687 30.3143 11.7565 32 16 32C20.2435 32 24.3131 30.3143 27.3137 27.3137C30.3143 24.3131 32 20.2435 32 16C32 11.7565 30.3143 7.68687 27.3137 4.68629C24.3131 1.68571 20.2435 0 16 0Z" fill="#ECF2FF" />
|
|
|
+ <path d="M4.86307 4.86307C7.81677 1.90937 11.8228 0.25 16 0.25C20.1772 0.25 24.1832 1.90937 27.1369 4.86307C30.0906 7.81677 31.75 11.8228 31.75 16C31.75 20.1772 30.0906 24.1832 27.1369 27.1369C24.1832 30.0906 20.1772 31.75 16 31.75C11.8228 31.75 7.81677 30.0906 4.86307 27.1369C1.90937 24.1832 0.25 20.1772 0.25 16C0.25 11.8228 1.90937 7.81677 4.86307 4.86307Z" stroke="#0A8BCF" stroke-opacity="0.3" stroke-width="0.5" />
|
|
|
+ <path d="M9.55542 10.2415L14.2984 11.8713V21.5485L9.55542 23.9935V10.2415Z" fill="#739FFF" />
|
|
|
+ <path d="M14.2984 25.333C16.5259 25.249 17.9997 23.9935 18.4872 22.7155L14.2984 21.5485L9.55542 23.9935L14.2984 25.333Z" fill="#B3CBFF" />
|
|
|
+ <path d="M9.55542 8.97024L14.2984 6.66699C16.0437 7.25199 17.3697 7.73649 18.2779 8.11974C24.6702 10.8182 27.5179 21.2207 18.4879 24.8605C22.0549 20.1805 19.3879 12.4142 14.0217 10.6765C13.1817 10.4042 11.6929 9.83649 9.55542 8.97024Z" fill="#005AFF" />
|
|
|
+ </g>
|
|
|
+ <defs>
|
|
|
+ <clipPath id="clip0_3308_169">
|
|
|
+ <rect width="32" height="32" fill="white" />
|
|
|
+ </clipPath>
|
|
|
+ </defs>
|
|
|
+ <script xmlns="" /></svg>
|
|
|
+ </div>
|
|
|
<span class="text-[#272D35] text-[12px]">锡林浩特</span>
|
|
|
</div>
|
|
|
)
|
|
@@ -83,7 +101,7 @@ const RenderUserAvatar = ({ store }) => {
|
|
|
}
|
|
|
|
|
|
export default defineComponent({
|
|
|
- setup () {
|
|
|
+ setup() {
|
|
|
|
|
|
const userStore = useUserStore();
|
|
|
|