管理界面完善4.

This commit is contained in:
妖姐 2024-01-20 20:51:21 +08:00
parent 0024bcc6e2
commit e2b25ef87d
3 changed files with 20 additions and 19 deletions

View File

@ -1,8 +1,8 @@
<template>
<div style="background-color: #eeeeee;width: 87vw;height: 85vh">
<div style="display: flex;flex-direction: row;width: 87vw;margin-top: 20px;height: 30vh">
<div style="display: flex;flex-direction: row;width: 87vw;margin-top: 20px;height: 30vh;">
<Row style="background:white;padding:20px;width: 65vw;height: 200px;margin-right: 20px;border-radius: 10px">
<Row style="background:white;padding:20px;width: 70vw;height: 200px;margin-right: 20px;border-radius: 10px">
<Col span="11" >
<Card :bordered="false" style="width: 300px;background-color: #edf4ff">
<template #title>网站设计</template>
@ -14,7 +14,7 @@
</Card>
</Col>
<Col span="11" offset="2">
<Card :bordered="false" style="width: 300px;position: relative;left:-200px; background-color: #edf4ff">
<Card :bordered="false" style="width: 300px;position: relative;left:-180px; background-color: #edf4ff">
<template #title>小程序设计</template>
<p>进度</p>
<Space direction="vertical" type="flex">
@ -34,7 +34,7 @@
</Card>
</Col>
</Row>
<Row style="width:22vw ;height: 200px;background-color: paleturquoise;border-radius: 10px;">
<Row style="width:17vw ;height: 200px;background-color: paleturquoise;border-radius: 10px;">
<Col span="12" style="top:50px">
<NumberInfo sub-title="近7日活跃设备" total="12,321" sub-total="17.1" status="up" />
</Col>
@ -43,17 +43,18 @@
</Col>
</Row>
</div>
<div style="width: 87vw;display: flex;flex-direction: row;margin-top: 15px;height:47vh;background-color: white;margin-right: 20px">
<DescriptionList title="标题" layout="vertical" style="width: 87vw; margin-top: 20px;font-size: 15px;margin-left: 10px">
<Description term="Macintosh" style="background-color: #f5f7f9;height: 39vh;" @click="changecolor">
麦金塔电脑是苹果电脑其中一系列的个人电脑Macintosh 是由 Macintosh 计划发起人 Jeff Raskin杰夫·拉斯金根据他最爱的苹果品种 McIntosh 命名但为了避免与音频设备制造商麦金托什实验室McIntosh Laboratory)的名字有冲突他故意改变了字母的拼写
</Description>
<Description term="Lisa" style="background-color: #f5f7f9;height: 39vh;width:22vw;">
Lisa 是一款具有划时代意义的电脑可以说没有 Lisa 就没有 Macintosh在Mac的开发早期很多系统软件都是在Lisa上设计的她具有16位CPU鼠标硬盘以及支持图形用户界面和多任务的操作系统并且随机捆绑了7个商用软件
</Description>
<Description term="Newton" style="background-color: #f5f7f9;height: 39vh;width:22vw">
Apple Newton牛顿是世界上第一款掌上电脑PDA由苹果电脑公司于1993年开始制造但是因为newton在市场上找不到其定位而需求量低而停止发展并于1997年停止了生产
</Description>
<!-- <Description term="Macintosh" style="background-color: #f5f7f9;height: 39vh;" @click="changecolor">-->
<!-- 麦金塔电脑是苹果电脑其中一系列的个人电脑Macintosh 是由 Macintosh 计划发起人 Jeff Raskin杰夫·拉斯金根据他最爱的苹果品种 McIntosh 命名但为了避免与音频设备制造商麦金托什实验室McIntosh Laboratory)的名字有冲突他故意改变了字母的拼写-->
<!-- </Description>-->
<!-- <Description term="Lisa" style="background-color: #f5f7f9;height: 39vh;width:22vw;">-->
<!-- Lisa 是一款具有划时代意义的电脑可以说没有 Lisa 就没有 Macintosh在Mac的开发早期很多系统软件都是在Lisa上设计的她具有16位CPU鼠标硬盘以及支持图形用户界面和多任务的操作系统并且随机捆绑了7个商用软件-->
<!-- </Description>-->
<!-- <Description term="Newton" style="background-color: #f5f7f9;height: 39vh;width:22vw">-->
<!-- Apple Newton牛顿是世界上第一款掌上电脑PDA由苹果电脑公司于1993年开始制造但是因为newton在市场上找不到其定位而需求量低而停止发展并于1997年停止了生产-->
<!-- </Description>-->
</DescriptionList>
<!-- <div style="width: 22vw ;height:47vh;background-color: beige;border-radius: 10px" >-->
<!--<span>在线状态预览</span>-->

View File

@ -15,12 +15,12 @@ Submenu>MenuItem{
</style>
<template>
<div class="layout" style="height: 92vh;">
<div class="layout" style="height: 92vh;width: 13vw;">
<Layout >
<Layout>
<Sider hide-trigger :style="{background: '#fff'}" style="width: 20vw">
<Menu active-name="0-1" theme="light" width="auto" :open-names="['1']">
<Sider hide-trigger :style="{background: '#fff'}" style="width: 13vw">
<Menu active-name="0-1" theme="light" width="13vw" :open-names="['1']">
<MenuItem name="0-1" @click="navigateTo('/manager')" style="text-align: center;">首页</MenuItem>

View File

@ -2,7 +2,7 @@
<template>
<div style="display: flex; flex-direction: row">
<LeftBar></LeftBar>
<LeftBar style="width: 13vw;"></LeftBar>
<router-view></router-view>
</div>