删除无用代码, 工具类和 组件 没有删除 , 以后可以借鉴写法和创建规则

This commit is contained in:
linxd
2025-06-16 11:34:58 +08:00
parent d33c9cc7d3
commit 1eabd737a6
251 changed files with 283 additions and 6031 deletions

View File

@ -28,6 +28,8 @@ export default defineConfig({
theme: {
// ...darkTheme,
'primary-color': defaultSettings.primaryColor,
'heading-color': defaultSettings.headingColor,
'text-color': defaultSettings.textColor,
},
// @ts-ignore
title: false,

View File

@ -2,11 +2,15 @@ import { Settings as ProSettings } from '@ant-design/pro-layout';
type DefaultSettings = ProSettings & {
pwa: boolean;
headingColor:string;
textColor:string;
};
const proSettings: DefaultSettings = {
navTheme: 'light',
primaryColor: '#b30000',
primaryColor: 'rgb(0,79,142)',
headingColor:"#000",
textColor:"#000",
layout: 'side',
contentWidth: 'Fluid',
fixedHeader: false,
@ -15,7 +19,7 @@ const proSettings: DefaultSettings = {
menu: {
locale: true,
},
title: '招投标系统',
title: '中远海运',
pwa: false,
iconfontUrl: '',
};

View File

@ -1,49 +1,46 @@
import menuaZhaoBiao from './ZhaoBiao/router_menubProject.config';
import transfer from './router_transfer';
import home from './HomePage/router_home';
import juryRoom from './JuryRoom/router_menuJury.config';
import approvalForm from './router_approval_form';
import partyMemberTopic from './router_partyMemberTopic';
import highQualityOperation from './router_highQualityOperation';
import { elecBidEvaluation, monitor, monitorScreen } from './router_elecEvaluation';
export default [
//========================================================================登陆
...transfer,//跳转、登陆
{
path: '/userformal',
// component: '../layouts/UserLayout',
path: '/',
component: '@/layouts/Index',
routes: [
{
name: 'login',
path: '/userformal/login',
component: './userformal/login',
path: '/',
redirect: '/index',
},
],
},
{
path: '/loading',
routes: [
{
path: '/loading',
component: './Loading',
name: 'index',
path: '/index',
component: '@/pages/index',
},
],
{
name: 'announce',
path: '/announce',
component: '@/pages/announce/announce',
},
{
name: 'policy',
path: '/policy',
component: '@/pages/policy/policy',
},
{
name: 'notice',
path: '/notice',
component: '@/pages/notice/notice',
},
{
name: 'download',
path: '/download',
component: '@/pages/download/download',
},
{
name: 'about',
path: '/about',
component: '@/pages/about/about',
}
]
},
//日历组件暂时用
// {
// path: '/Calendar',
// component: './MainPage/ProjectManager/components/CalendarForm',
// },
//视频播放-视频播放列表(暂时用)
{
path: '/ElecEvaluation/Monitor/videoplay',
component: './ElecEvaluation/Monitor/RoomDetail/videoplay',
},
//富文本组件
// {
// path: '/editor',
// component: './MainPage/ProjectManager/components/WangEditor',
// },
//401错误页
{
exact: true,
@ -54,69 +51,5 @@ export default [
exact: true,
path: '/404',
component: './404',
},
//==========================================================================菜单路由
{
path: '/',
component: '../layouts/SecurityLayout',
routes: [
{
path: '/',
component: '../layouts/BasicLayout',
//authority: ['ebtp-expert'],
routes: [
{//专家登陆地址
path: '/',
redirect: '/userexpert/login',
},
...home,//各角色主页
...menuaZhaoBiao,//项目菜单所有路由
...elecBidEvaluation,//电子评标室-监控大屏
{//问卷调查
name: 'Questionnaire',
icon: 'UnorderedListOutlined',
path: '/Questionnaire',
routes: [
{//问卷调查
name: 'QuestionList',
path: '/Questionnaire/questionList',
component: './Questionnaire/questionList'
},
{//问卷调查新增
name: 'questionAdd',
path: '/Questionnaire/questionAdd',
component: './Questionnaire/questionAdd'
},
{//问卷统计
name: 'QuestionStatistics',
path: '/Questionnaire/questionStatistics',
component: './Questionnaire/questionStatistics'
},
],
},
{//我的工作台
name: 'workbench',
icon: 'DesktopOutlined',
//authority: ['ebtp-expert'],
path: '/workbench',
routes: [
{ name: 'commonFiles', path: '/workbench/files', component: './workbench/files/components/FilesList' },//共享文档下载-所有角色
{ name: 'commonFilesManage', path: '/workbench/filesManage', component: './workbench/filesManage/components/filesManage' },//共享文档管理-系统管理员
]
},
{ name: 'systemMessage', path: '/SystemMessage/message', component: './SystemMessage/message' },//系统消息-所有角色
{
component: './404',
},
],
},
{
component: './404',
},
],
},
{
component: './404',
},
}
];

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -1,13 +0,0 @@
.row-dragging {
background: #fafafa;
border: 1px solid #ccc;
z-index: 99999999;
}
.row-dragging td {
padding: 16px;
}
.row-dragging .drag-visible {
visibility: visible;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/assets/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -1,720 +0,0 @@
@import '~antd/es/style/themes/default.less';
.bidContent{
padding: 0 24px;
background: #fff;
}
.pl0{
padding-left: 4px;
padding-top: 16px;
padding-bottom: 24px;
}
.fr{
float: right;
}
.tr{
text-align: left;
}
.tc{
text-align: center;
}
.m10{
margin: 10px 0;
display: block;
}
.ml5{
margin-left: 5px;
}
.ml20{
margin-left: 15px;
}
.ml10{
margin-left: 10px;
}
.mb10{
margin-bottom: 10px;
}
.mb0{
margin-bottom: 0;
}
.mt10{
margin-top: 10px;
}
.mt20{
margin-top: 20px;
}
.p10{
padding: 0 10px;
}
.no-padding{
.p10{
padding: 0;
}
}
.mb20{
margin-bottom: 20px;
}
.mb10{
margin-bottom: 10px;
}
.mt10{
margin-top: 10px;
}
.ml30{
margin-left: 30px;
}
.f12{
font-size: 12px;
}
.red{
color: #ff4d4f;
}
.center{
text-align: center;
}
.bidContent .ant-pro-table-search{
padding: 0;
margin-bottom: 0;
}
.bidContent .proSearch .ant-form{
height: 48px;
}
.bidContent .title{
font-size: 15px;
padding-bottom: 20px;
}
.bidContent .title .ml40{
margin-left: 40px;
}
.bidContent .title .f12{
font-size: 12px;
color: #ff4d4f;
margin-left: 8px;
}
.bidContent .title .purple{
color: #e600e6;
margin-left: 15px;
}
.bidContent .name {
color: #333;
padding: 0 15px 10px 0;
margin: 0;
font-weight: 700;
font-size: 16px;
}
.bidContent .name span{
margin-left: 15px;
}
.bidContent .process{
display: inline-block;
width: 60%;
}
.bidContent .process .ant-progress-line{
width: 40%;
}
.bidContent .block{
display: inline-block;
float: right;
}
.bidContent .titName{
border-bottom: 1px solid #ff4d4f;
height: 35px;
margin-bottom: 10px;
}
.bidContent .titName .f16{
font-size: 16px;
color: #ff4d4f;
}
.bidContent .centerBtn{
text-align: center;
margin: 20px 0;
}
.bidContent .red{
color: #ff4d4f;
}
.bidContent .blue{
color: #684dff;
}
.bidContent .explain{
border: 1px solid #ddd;
padding: 10px;
margin-top: 20px;
}
.bidContent .green{
background-color: #00a700;
display: inline-block;
padding: 4px 10px;
color: #fff;
}
.bidContent .ulList{
padding: 6px;
border: 1px solid #ddd;
}
.bidContent .ulList li{
width: 25%;
border: 1px solid #ddd;
padding: 4px 12px;
// float: left;
display: inline-block;
}
.bidContent .ulList li span{
color: #ff4d4f;
margin-left: 8px;
}
.uploadResponse{
background: #fff;
}
.uploadResponse .first-title{
margin-left: 24px;
}
.uploadResponse .name {
color: #333;
padding: 0 15px 10px 0;
margin: 0;
font-weight: 700;
font-size: 16px;
}
.uploadResponse .file{
color: #cb0000;
border-left: 5px solid #cb0000;
line-height: 18px;
padding-left: 7px;
margin: 3px 0;
}
.uploadResponse .message{
margin-top: 0;
border-top: 0;
border-bottom: 1px solid #cb0000;
margin-bottom: 0;
.text{
background-color: #cb0000;
padding: 3px 8px;
color: #fff;
display: inline-block;
margin-top: 8px;
}
}
.uploadResponse .table-mess{
.mess{
width: 33.33%;
display: inline-block;
}
}
.uploadResponse .b-red{
background-color: #b30000 !important;
border-color: #b30000 !important;
color: #fff;
float: right;
margin-left: 20px;
}
.uploadResponse .red.ant-statistic{
display: inline-block;
}
.uploadResponse .red .ant-statistic-title{
display: inline-block;
font-size: 13px;
color: #333;
}
.uploadResponse .red .ant-statistic-content{
display: inline-block;
font-size: 14px;
color: #b30000;
}
.biddingResponse{
background: #fff;
}
.biddingResponse .exportBtn{
text-align: right;
}
.biddingResponse .exportBtn button{
background: #b30000;
border: none;
margin: 16px 24px 16px 0;
}
.projectsInvolved .ant-form-item-control-input-content{
text-align: left;
width: 160px;
}
.left-menu{
float: left;
}
.right-table{
margin: 4px 24px 24px 224px;
}
.right-table .ant-pagination::after{
clear: none;
}
.right-table .ant-table-content{
overflow: auto hidden;
}
.right-table .ant-table-wrapper{
clear: none;
}
.right-table h4{
line-height: 40px;
color: #cb0000;
margin-top: 4px;
}
.no-clear{
clear: none;
}
.right-content{
margin-left: 200px;
}
.right-content table{
clear: none;
}
.labelTable label{
display: block;
}
.h45 .ant-collapse-header{
height: 45px!important;
}
.bprWidth{
width: calc(100% - 200px);
}
.borderB{
line-height: 40px;
border-bottom: 3px solid #980000;
}
.addForm .w50{
width: 50%;
display: inline-flex;
}
.addForm .w50 label{
display: block;
text-align: right;
width: 106px;
margin-right: 6px;
}
.addForm .label label{
width: 106px;
display: block;
text-align: right;
margin-right: 6px;
white-space: initial !important;
}
.ant-form-item-label{
white-space: initial !important;
}
.bidContent .ant-tabs-content-holder{
margin-top: 0;
}
.bidContent .ant-table-pagination.ant-pagination{
margin: 16px 0;
}
.whiteBg{
background: #fff;
}
.mb16{
margin-bottom: 16px;
text-align: right;
}
.pt16{
padding-top: 16px;
}
.tableTop .ant-table-wrapper{
clear: none !important;
}
.relative{
position: relative;
}
.relative .show-left{
position: absolute;
left: 0;
top: 0;
bottom: 0;
}
.ant-table-wrapper{
clear: none;
}
.ant-card-body::after{
clear: none;
}
.ant-table-wrapper::after{
clear: none;
}
.ant-spin-blur{
clear: none;
}
.pro-list .ant-pro-table-list-toolbar-container{
height: 0;
padding: 16px 0 0 0;
}
.searchH .ant-pro-table-search{
margin-bottom: 0;
padding: 0 !important;
}
.proSearch .ant-pro-table-search{
padding: 0;
margin: 0;
}
.searchH .ant-table-tbody .ant-btn-primary{
background: none;
border: none;
color: #1890ff;
text-shadow: none;
box-shadow: none;
letter-spacing: -2px;
}
.table-btn .ant-btn-primary{
background: none;
border-color: none;
text-shadow: none;
box-shadow: none;
border: none;
color: #1890ff !important;
}
.mb8{
margin-bottom: 8px;
}
.tab-mb10 .ant-tabs-nav{
margin-bottom: 10px;
}
.end{
background: #fff;
margin-top: 24px;
}
.end .red-font{
color: #ff0000;
font-size: 13px;
}
.end .mtb16{
margin: 16px 0;
}
.right-btn{
text-align: right;
margin-right: 16px;
padding-top: 16px;
}
.right-add{
text-align: right;
margin-bottom: 16px;
}
.tip{
font-size: 12px;
color: #999;
}
.white-bg{
background: #fff;
}
.white-bg .ant-empty-normal{
margin: 0;
padding: 32px 0;
}
.white-bg .tips{
padding: 16px 24px;
}
.white-bg .tips p{
margin-bottom: 0;
font-size: 13px;
}
.h40{
height: 40px;
}
.p0{
padding: 0;
}
.h48 .ant-collapse-header{
height: 48px !important;
}
.pro-list .ant-pro-table-list-toolbar{
height: 0;
}
.pro-list .ant-pro-list-row{
padding: 0 !important;
}
.pro-list .pro-type{
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
font-weight: 700;
font-size: 16px;
border-radius: 50px;
background: #f87f7f;
text-align: center;
}
.pro-list .ant-list-item-meta-content{
line-height: 40px;
}
.checkStyle .ant-checkbox-inner{
display: inline-block;
}
.m0 .ant-tabs-tab{
margin-right: 0 !important;
margin-left: 2px !important;
}
.configure-table a{
margin-right: 15px;
}
.configure-table button{
padding: 0;
margin-right: 15px;
}
.display-cancel{
display: none;
}
.deploy-form .ant-row{
position: relative;
width: 100%;
}
.deploy-form .ant-form-item-label{
width: 160px;
left: 0;
}
.deploy-form .ant-form-item-control{
left: 160px;
top: -32px;
}
.deploy-form .l70 .ant-form-item-control{
left: 70px;
}
.tips{
color: #bf241f;
span{
cursor: pointer;
color: blue;
text-decoration:underline;
}
}
.btnBox{
text-align: center;
.last{
margin-right: 20px;
}
}
.p10{
tr{
td{
padding: 8px 12px;
}
}
}
.ml50{
margin-left: 50px;
}
.tab-reasult .ant-tabs-nav{
margin-bottom: 0;
}
.tab-reasult .ant-pro-table-list-toolbar-container{
padding-top: 0;
}
.subject{
margin-right: 30px;
}
.subject span{
color: #999;
margin-left: 6px;
}
.tableW{
width: 50%;
float: left;
}
.mt20{
margin-top: 20px;
}
.mt20::after{
content: "";
clear: both;
display: block;
}
.mb20{
margin-bottom: 20px;
}
.mt10{
margin-top: 10px;
}
.title-block{
.contain{
width: 25%;
display: inline-block;
border-left: 1px solid #dadada;
box-sizing: border-box;
padding: 5px 15px;
div{
color: #b30000;
font-weight: 700;
font-size: 18px;
height: 40px;
}
.name{
font-size: 13px;
font-weight: normal;
color: #333;
padding: 0;
}
p{
margin-bottom: 0;
}
span{
color: #1890ff;
margin-right: 5px;
}
}
.contain:first-child{
border-left: none;
vertical-align: bottom;
}
}
.mb10{
margin-bottom: 10px;
.ant-card-body{
padding: 18px 24px;
}
}
.pt0 .ant-card-body{
padding-top: 0;
}
.cardH{
height: calc(100vh - 76px);
overflow: hidden;
}
.left-btn{
width: 10%;
display: inline-block;
}
.right-main{
width: 90%;
height: calc(100vh - 172px);
overflow: auto;
display: inline-block;
vertical-align: top;
border-left: 1px solid #ececec;
padding-left: 20px;
.form-title{
border: none;
height: 50px;
}
.remarks{
border: none;
}
input.form-title::-webkit-input-placeholder {
color: #333;
font-size: 18px;
}
.ant-form-horizontal .ant-form-item-label{
width: 80px;
}
.ant-form-item-control-input{
width: 400px;
}
}
.form-width{
.ant-form-horizontal .ant-form-item-label{
width: 80px;
}
.ant-form-item-control-input{
width: 400px;
}
}
.cardH .block{
margin-top: 30px;
p{
margin-bottom: 0;
}
.ant-radio-wrapper{
display: block;
margin-top: 10px;
}
.ant-checkbox-wrapper{
display: flex;
margin-top: 10px;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper{
margin-left: 0;
}
.radio{
color: #1890ff;
border: 1px solid #1890ff;
font-size: 8px;
margin-left: 8px;
border-radius: 6px;
padding: 0px 2px;
}
.check{
color: #ff5200;
border: 1px solid #ff5200;
font-size: 8px;
margin-left: 8px;
border-radius: 6px;
padding: 0px 2px;
}
}
::-webkit-scrollbar-track-piece { //滚动条凹槽的颜色,还可以设置边框属性
background-color:#f8f8f8;
}
::-webkit-scrollbar {//滚动条的宽度
width:6px;
height:6px;
}
::-webkit-scrollbar-thumb {//滚动条的设置
background-color:#dddddd;
background-clip:padding-box;
min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
background-color:#bbb;
}
.add-option{
margin-top: 10px;
}
.width100{
width: 70px;
display: inline-block;
}
.input-style{
height: 35px;
border: 1px solid #dadada;
border-radius: 5px;
width: 220px;
}
.answer-bg{
background-color: #fff;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 100;
overflow: auto;
padding-bottom: 30px;
.center-main{
width: 60%;
margin: 0 auto;
}
.answer-tit{
text-align: center;
font-weight: 500;
font-size: 20px;
padding: 20px 0;
}
.gray{
color: #666;
}
}
.model-container{
.ant-modal-body{
padding: 0;
}
.model-time{
margin-left: 300px;
}
.model-title{
input[type='text']{
text-align: center;
margin-top: 30px;
font-size: 20px;
color: #b30000;
}
}
.remarks{
padding: 0 30px;
text-indent: 2em;
resize: none;
margin-top: 16px;
}
}

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 115.9 87.3" style="enable-background:new 0 0 115.9 87.3;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<g>
<g id="图层_1-2">
<path class="st0" d="M111.5,33c-5.8-5.9-15.3-5.9-21.2-0.1c0,0-0.1,0.1-0.1,0.1l-3.7,3.7L81,31.1l-7,7l5.5,5.5L74,49.2l7,7
l5.6-5.5l3.7,3.7c5.9,5.9,15.4,5.9,21.3,0C117.4,48.4,117.4,38.9,111.5,33L111.5,33 M104.5,47.3c-2,2-5.3,2-7.3,0c0,0,0,0,0,0
l-3.7-3.7l3.7-3.6c2-2,5.3-2,7.3,0C106.5,42,106.5,45.3,104.5,47.3"/>
<path class="st0" d="M0,43.7c-0.1,8.3,6.6,15,14.9,15.1c4,0,7.9-1.6,10.8-4.5l3.7-3.7l5.6,5.5l7-7l-5.6-5.5l5.6-5.5l-7-7l-5.5,5.5
L25.7,33c-5.8-5.9-15.3-6-21.2-0.1C1.6,35.7,0,39.6,0,43.7 M9.9,43.7c0-2.9,2.4-5.2,5.2-5.2c1.4,0,2.7,0.6,3.6,1.5l3.7,3.7
l-3.7,3.7c-2,2-5.3,2-7.3,0C10.4,46.3,9.9,45,9.9,43.7"/>
<path class="st0" d="M64.9,43.7l18-18c5.9-5.9,5.9-15.4,0-21.3s-15.4-5.9-21.3,0L58,8.1l-3.7-3.7c-5.9-5.9-15.4-5.9-21.3,0
s-5.9,15.4,0,21.3l0,0l18,18l-18,18c-5.9,5.9-5.8,15.4,0,21.3s15.4,5.8,21.3,0l3.7-3.7c0,0,1.3,1.4,3.7,3.7
c5.9,5.9,15.4,5.9,21.3,0c5.9-5.9,5.9-15.4,0-21.3L64.9,43.7 M40,18.7c-2.1-2-2.2-5.2-0.3-7.3c2-2.1,5.2-2.2,7.3-0.3
c0.1,0.1,0.2,0.2,0.3,0.3c1.9,2,3.7,3.6,3.7,3.6l-5.5,5.5l7,7L58,22l5.5,5.5l7-7L64.9,15c0,0,1.7-1.7,3.7-3.7
c2.1-2,5.4-1.8,7.3,0.3c1.9,2,1.9,5.1,0,7.1l-18,18C57.9,36.7,42.1,20.8,40,18.7 M75.9,75.9c-2,2-5.3,2-7.3,0
c-1.9-2-3.7-3.7-3.7-3.7l5.6-5.5l-7-7L58,65.3l-5.5-5.5l-7,7l5.5,5.5l-3.7,3.7c-2,2-5.3,2-7.3,0c-2-2-2-5.3,0-7.3l0,0
c2.1-2.1,18-18,18-18l18,18C78,70.6,78,73.9,75.9,75.9"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,6 +0,0 @@
@import '~antd/es/style/themes/default.less';
.form-style .ant-select-selection-placeholder{
color: #333;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 KiB

Some files were not shown because too many files have changed in this diff Show More