邵佳豪
3 years ago
5 changed files with 163 additions and 279 deletions
@ -1,25 +0,0 @@ |
|||||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; |
|
||||||
|
|
||||||
import { CreateTestScoreComponent } from './create-test-score.component'; |
|
||||||
|
|
||||||
describe('CreateTestScoreComponent', () => { |
|
||||||
let component: CreateTestScoreComponent; |
|
||||||
let fixture: ComponentFixture<CreateTestScoreComponent>; |
|
||||||
|
|
||||||
beforeEach(async(() => { |
|
||||||
TestBed.configureTestingModule({ |
|
||||||
declarations: [ CreateTestScoreComponent ] |
|
||||||
}) |
|
||||||
.compileComponents(); |
|
||||||
})); |
|
||||||
|
|
||||||
beforeEach(() => { |
|
||||||
fixture = TestBed.createComponent(CreateTestScoreComponent); |
|
||||||
component = fixture.componentInstance; |
|
||||||
fixture.detectChanges(); |
|
||||||
}); |
|
||||||
|
|
||||||
it('should create', () => { |
|
||||||
expect(component).toBeTruthy(); |
|
||||||
}); |
|
||||||
}); |
|
@ -1,142 +1,122 @@ |
|||||||
table { |
table { |
||||||
width: 100%; |
width: 100%; |
||||||
|
text-align: center; |
||||||
|
|
||||||
|
.cdk-header-cell { |
||||||
text-align: center; |
text-align: center; |
||||||
.cdk-header-cell { |
|
||||||
text-align: center; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
.content { |
|
||||||
width: 100%; |
|
||||||
height: 100%; |
|
||||||
overflow: hidden; |
|
||||||
background: #F2F5F6; |
|
||||||
overflow-y: auto; |
|
||||||
} |
} |
||||||
.header { |
} |
||||||
width: 100%; |
|
||||||
padding: 10px; |
.content { |
||||||
margin-bottom: 10px; |
width: 100%; |
||||||
|
height: 100%; |
||||||
|
overflow: hidden; |
||||||
|
background: #F2F5F6; |
||||||
|
overflow-y: auto; |
||||||
|
} |
||||||
|
|
||||||
|
.header { |
||||||
|
width: 100%; |
||||||
|
padding: 10px; |
||||||
|
box-sizing: border-box; |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
|
||||||
|
.queryBox { |
||||||
box-sizing: border-box; |
box-sizing: border-box; |
||||||
.queryBox { |
padding: 5px 15px; |
||||||
box-sizing: border-box; |
display: flex; |
||||||
padding: 5px 15px; |
flex-direction: row; |
||||||
display: flex; |
flex-wrap: wrap; |
||||||
flex-direction: row; |
align-items: center; |
||||||
flex-wrap: wrap; |
justify-content: left; |
||||||
align-items:center; |
|
||||||
justify-content:left; |
.queryField { |
||||||
.queryField { |
margin: 0 25px; |
||||||
margin: 0 25px; |
font-size: 13px; |
||||||
font-size: 14px; |
|
||||||
input,select { |
input, |
||||||
font-size: 15px; |
select { |
||||||
width: 320px; |
font-size: 13px; |
||||||
height: 44px; |
width: 320px; |
||||||
line-height: 34px; |
height: 44px; |
||||||
border-radius: 5px; |
line-height: 34px; |
||||||
padding-left: 5px; |
border-radius: 5px; |
||||||
outline: none; |
padding-left: 5px; |
||||||
border: 1px solid rgb(226, 211, 211); |
outline: none; |
||||||
} |
border: 1px solid rgb(226, 211, 211); |
||||||
button { |
|
||||||
border: none; |
|
||||||
color: white; |
|
||||||
padding: 10px 25px; |
|
||||||
text-align: center; |
|
||||||
text-decoration: none; |
|
||||||
display: inline-block; |
|
||||||
font-size: 16px; |
|
||||||
margin: 4px 2px; |
|
||||||
cursor: pointer; |
|
||||||
border-radius: 8px; |
|
||||||
outline:0 none !important; |
|
||||||
} |
|
||||||
} |
|
||||||
.headerright{ |
|
||||||
float: right; |
|
||||||
} |
} |
||||||
} //queryBox |
|
||||||
.ordiv{ |
button { |
||||||
position: relative; |
border: none; |
||||||
.organizationbox{ |
color: white; |
||||||
button{ |
padding: 8px 20px; |
||||||
color: #000000; |
text-align: center; |
||||||
position: relative; |
text-decoration: none; |
||||||
bottom: 9px; |
display: inline-block; |
||||||
} |
font-size: 13px; |
||||||
width:450px; |
margin: 4px 2px; |
||||||
height: 200px; |
cursor: pointer; |
||||||
background: white; |
border-radius: 5px; |
||||||
position: absolute; |
outline: 0 none !important; |
||||||
top: 47px; |
|
||||||
left: 105px; |
|
||||||
z-index: 999; |
|
||||||
border: 1px solid grey; |
|
||||||
overflow-y: auto; |
|
||||||
li{ |
|
||||||
overflow: hidden; |
|
||||||
text-overflow: ellipsis; |
|
||||||
white-space: nowrap; |
|
||||||
} |
|
||||||
mat-tree-node{ |
|
||||||
cursor: pointer; |
|
||||||
white-space:pre; |
|
||||||
} |
|
||||||
mat-tree-node:hover{ |
|
||||||
background: rgba(225, 225, 225, 0.8); |
|
||||||
} |
|
||||||
.closediv{ |
|
||||||
z-index: 100; |
|
||||||
position: absolute; |
|
||||||
right: 0; |
|
||||||
top: 0; |
|
||||||
width: 30px; |
|
||||||
height: 30px; |
|
||||||
cursor: pointer; |
|
||||||
line-height: 30px; |
|
||||||
text-align: center; |
|
||||||
} |
|
||||||
.closediv:hover{ |
|
||||||
background:rgba(225, 225, 225, 0.8); |
|
||||||
} |
|
||||||
} |
} |
||||||
|
} |
||||||
|
|
||||||
|
.headerright { |
||||||
|
float: right; |
||||||
|
} |
||||||
} |
} |
||||||
} |
} |
||||||
.centertable{ |
|
||||||
width: 95%; |
.centertable { |
||||||
margin-right: 40px; |
width: 95%; |
||||||
margin-left: 40px; |
margin-right: 40px; |
||||||
background-color: #FFFFFF; |
margin-left: 40px; |
||||||
table{ |
background-color: #FFFFFF; |
||||||
td,th{ |
|
||||||
height: 48px; |
table { |
||||||
font-size: 16px; |
|
||||||
} |
td, |
||||||
td{ |
th { |
||||||
border-bottom: 1px solid #F2F5F6; |
height: 48px; |
||||||
} |
font-size: 13px; |
||||||
thead{ |
|
||||||
background-color:#F5FDFE; |
|
||||||
} |
|
||||||
.green{ |
|
||||||
color: #07CDCF; |
|
||||||
} |
} |
||||||
.red{ |
|
||||||
color: #FF8678; |
td { |
||||||
|
border-bottom: 1px solid #F2F5F6; |
||||||
} |
} |
||||||
|
|
||||||
|
thead { |
||||||
|
background-color: #F5FDFE; |
||||||
} |
} |
||||||
} |
|
||||||
|
.green { |
||||||
.operationSpan{ |
color: #07CDCF; |
||||||
margin: 0 10px; |
} |
||||||
.spanbtn { |
|
||||||
font-weight: 550; |
.red { |
||||||
cursor: pointer; |
color: #FF8678; |
||||||
} |
} |
||||||
.green{ color: #04ced1; } |
|
||||||
.red{ color: #FF8678 } |
|
||||||
.gray{ color: gray; } |
|
||||||
} |
} |
||||||
|
} |
||||||
|
|
||||||
|
.operationSpan { |
||||||
|
margin: 0 10px; |
||||||
|
|
||||||
|
.spanbtn { |
||||||
|
font-weight: 550; |
||||||
|
cursor: pointer; |
||||||
|
} |
||||||
|
|
||||||
|
.green { |
||||||
|
color: #04ced1; |
||||||
|
} |
||||||
|
|
||||||
|
.red { |
||||||
|
color: #FF8678 |
||||||
|
} |
||||||
|
|
||||||
|
.gray { |
||||||
|
color: gray; |
||||||
|
} |
||||||
|
} |
||||||
|
Loading…
Reference in new issue