提交diamagnetic
parent
810f525b1b
commit
e6bbc32093
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" href="logo.svg" />
|
<link rel="icon" href="favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>算法测试验证软件平台</title>
|
<title>算法测试验证软件平台</title>
|
||||||
<link rel="stylesheet" href="./css/main.css">
|
<link rel="stylesheet" href="./css/main.css">
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 24 KiB |
Binary file not shown.
Before Width: | Height: | Size: 47 KiB |
|
@ -1,8 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="flex" style="height: 100%;align-items: center;">
|
<div class="flex" style="height: 100%;align-items: center;">
|
||||||
<div style="flex-grow: 1;display: flex;align-items: center;">
|
<div style="flex-grow: 1;display: flex;align-items: center;padding-top: 3px;">
|
||||||
<img src="@/assets/logo.svg" class="logo-image" />
|
<img src="@/assets/logo.png" class="logo-image" />
|
||||||
<span class="logo-title" style="margin-left: 12px;font-weight: bold;font-size: 20px;"> {{ "算法测试验证软件平台" }}</span>
|
<span class="logo-title" style="margin-left: 12px;font-weight: bold;font-size: 22px;color:#003F88"> {{ "中国航天某某某某研究院" }}</span>
|
||||||
|
<span class="logo-title" style="font-weight: bold;font-size: 22px;margin-left: auto;margin-right: auto;color:#101010">算法测试验证软件平台</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<!--全屏 -->
|
<!--全屏 -->
|
||||||
|
@ -11,8 +12,6 @@
|
||||||
:icon-class="isFullscreen ? 'fullscreen-exit' : 'fullscreen'"
|
:icon-class="isFullscreen ? 'fullscreen-exit' : 'fullscreen'"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 用户头像 -->
|
<!-- 用户头像 -->
|
||||||
<el-dropdown class="setting-item" trigger="click">
|
<el-dropdown class="setting-item" trigger="click">
|
||||||
|
@ -96,8 +95,8 @@ function logout() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.logo-image {
|
.logo-image {
|
||||||
width: 24px;
|
width: 50px;
|
||||||
height: 24px;
|
//height: 68px;
|
||||||
}
|
}
|
||||||
.layout-top,
|
.layout-top,
|
||||||
.layout-mix {
|
.layout-mix {
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
placeholder="请选择算子名称"
|
placeholder="请选择算子名称"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
>
|
>
|
||||||
<el-option label="我是刚添加的算子" value="1" />
|
<el-option label="算子名称算子名称" value="1" />
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="程序版本" prop="mobile">
|
<el-form-item label="程序版本" prop="mobile">
|
||||||
|
|
Loading…
Reference in New Issue