mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
样式修改
This commit is contained in:
parent
71e3953cd8
commit
9665462ae5
@ -229,7 +229,7 @@ function fullscreen(){
|
||||
<template>
|
||||
<n-grid :x-gap="8" :cols="3" :y-gap="8" ref="containerRef">
|
||||
<n-gi v-for="result in results" >
|
||||
<n-card size="small" style="min-height: 240px" :data-code="result['股票代码']" :bordered="false" :title="result['股票名称']" closable @close="removeMonitor(result['股票代码'],result['股票名称'])">
|
||||
<n-card size="small" :data-code="result['股票代码']" :bordered="false" :title="result['股票名称']" closable @close="removeMonitor(result['股票代码'],result['股票名称'])">
|
||||
<n-grid :cols="1" :y-gap="6">
|
||||
<n-gi>
|
||||
<n-text :type="result.type" >{{result["当前价格"]}}</n-text><n-text style="padding-left: 10px;" :type="result.type">{{ result.s}}</n-text>
|
||||
@ -271,7 +271,7 @@ function fullscreen(){
|
||||
</n-card >
|
||||
</n-gi>
|
||||
<n-gi>
|
||||
<n-card size="small" style="min-height: 240px;vertical-align: center;padding-top: 100px">
|
||||
<n-card size="small">
|
||||
<n-button-group>
|
||||
<n-auto-complete v-model:value="data.name" type="text"
|
||||
:input-props="{
|
||||
|
Loading…
x
Reference in New Issue
Block a user