mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-24 09:16:43 +00:00
parent
d7e02d99e9
commit
da9a0f2e84
@ -60,7 +60,7 @@
|
|||||||
.dialog {
|
.dialog {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 42.5rem;
|
width: 45rem;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
background-color: var(--theme-bg-color);
|
background-color: var(--theme-bg-color);
|
||||||
@ -91,7 +91,7 @@
|
|||||||
.content {
|
.content {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin: 0 2.5rem;
|
// margin: 0 2.5rem;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
plugins/recruit-resources/img/header-pink.png
Executable file
BIN
plugins/recruit-resources/img/header-pink.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
@ -113,10 +113,10 @@
|
|||||||
.header {
|
.header {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 1.5rem 1.5rem 0;
|
padding: 1.5rem 1.5rem 0;
|
||||||
width: 37.5rem;
|
width: 45rem;
|
||||||
min-height: 15rem;
|
min-height: 12.5rem;
|
||||||
height: 15rem;
|
height: 12.5rem;
|
||||||
background-image: url(../../img/header-green.png);
|
background-image: url(../../img/header-pink.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -82,6 +82,13 @@
|
|||||||
okAction={save}
|
okAction={save}
|
||||||
on:close={() => { dispatch('close') }}>
|
on:close={() => { dispatch('close') }}>
|
||||||
<DialogHeader {space} {object} {newValue} {resumeId} {resumeName} {resumeUuid} {resumeSize} {resumeType}/>
|
<DialogHeader {space} {object} {newValue} {resumeId} {resumeName} {resumeUuid} {resumeSize} {resumeType}/>
|
||||||
<Tabs model={tabModel}/>
|
<div class="tabs-container">
|
||||||
|
<Tabs model={tabModel}/>
|
||||||
|
</div>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.tabs-container {
|
||||||
|
margin: 0 2.5rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user