очередные правки
This commit is contained in:
parent
0bca5b0e30
commit
2bb2b0b81f
@ -169,7 +169,7 @@ export default class DigitalSignaturesList extends React.Component
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div className="action">
|
||||
<div className="action" style={{marginBottom: "20px"}}>
|
||||
<div></div>
|
||||
<button
|
||||
type="submit"
|
||||
|
||||
@ -373,7 +373,7 @@ class Form_3_Signer extends QuestionnaireForm
|
||||
<div className="form_field">
|
||||
<label>Отчество <small>если имеется</small></label>
|
||||
<SuggestsInput
|
||||
type="middlename"
|
||||
type="middlename"
|
||||
id="head_person.middlename"
|
||||
name="head_person.middlename"
|
||||
value={ head_person.middlename }
|
||||
@ -553,7 +553,7 @@ class Form_3_Signer extends QuestionnaireForm
|
||||
|
||||
<div className="form_field picker">
|
||||
<label>Дата назначения</label>
|
||||
<div style={{ display: "flex", flexWrap: "wrap", width: "calc(100% - 198px)" }}>
|
||||
<div style={{ display: "flex", flexWrap: "wrap", width: "calc(100% - 198px)"}}>
|
||||
<CalendarDatePicker
|
||||
placeholder="ДД.ММ.ГГГГ"
|
||||
id={ "head_person.evo_assignment_date" }
|
||||
@ -561,6 +561,7 @@ class Form_3_Signer extends QuestionnaireForm
|
||||
onChange={ (date) => this._handle_onTextFieldChange("head_person.evo_assignment_date", date) }
|
||||
required={ true }
|
||||
disabled={ checking }
|
||||
style={{maxWidth: "320px"}}
|
||||
/>
|
||||
<div className="form_field checkbox" style={{width: "auto", marginLeft: "28px"}}>
|
||||
<input type="checkbox"
|
||||
@ -586,6 +587,7 @@ class Form_3_Signer extends QuestionnaireForm
|
||||
onChange={ (date) => { console.log("date", date); this._handle_onTextFieldChange("head_person.evo_credentials_dateend", date) } }
|
||||
required={ true }
|
||||
disabled={ checking }
|
||||
style={{maxWidth: "320px"}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1453,10 +1453,10 @@
|
||||
textarea,
|
||||
input:not(.rw-input),
|
||||
select,
|
||||
.date_input_wrapper,
|
||||
.autocomlete {
|
||||
width: ~"calc(100% - 198px)";
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-size: 1rem;
|
||||
|
||||
|
||||
&[value=""] {
|
||||
//background-color: #EDEFF5;
|
||||
@ -1464,6 +1464,7 @@
|
||||
|
||||
@media all and (max-width: 1024px) {
|
||||
width: 100%;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
&[type="date"] {
|
||||
@ -1858,5 +1859,34 @@
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&.notify {
|
||||
background: #A8026B;
|
||||
|
||||
p {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
svg path {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
button {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@media all and (max-width: 720px) {
|
||||
flex-wrap: wrap;
|
||||
|
||||
p {
|
||||
width: calc(100% - 64px);
|
||||
}
|
||||
|
||||
button {
|
||||
margin-left: 64px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
3966
package-lock.json
generated
3966
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -184,6 +184,20 @@ class IndexPage extends React.Component
|
||||
</div>
|
||||
</div>
|
||||
<AnnouncementsList />
|
||||
|
||||
<div className="questionnaire message notify" style={{marginLeft: "0"}}>
|
||||
<svg width="44" height="45" viewBox="0 0 44 45" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M40.5425 31.1863L25.7969 8.08116C24.9653 6.77804 23.5459 6 22 6C20.4539 6 19.0345 6.77804 18.2032 8.08116L3.45741 31.1862C2.57234 32.5732 2.51363 34.3313 3.30467 35.7746C4.09572 37.2173 5.60918 38.1137 7.25444 38.1137H36.7456C38.3909 38.1137 39.9044 37.2175 40.6956 35.7742C41.4863 34.3313 41.4276 32.5733 40.5425 31.1863ZM22 34.2245C20.644 34.2245 19.5448 33.1252 19.5448 31.7694C19.5448 30.4133 20.6441 29.3141 22 29.3141C23.356 29.3141 24.4551 30.4133 24.4551 31.7694C24.4551 33.1252 23.3559 34.2245 22 34.2245ZM25.403 17.1635L24.1937 25.3052C24.0157 26.5037 22.8999 27.3309 21.7016 27.1529C20.7334 27.0091 20.0075 26.25 19.8582 25.333L18.5451 17.2074C18.2394 15.3155 19.5251 13.534 21.417 13.2283C23.3089 12.9226 25.0904 14.2083 25.3962 16.1002C25.4536 16.4565 25.4517 16.8243 25.403 17.1635Z" fill="white"/>
|
||||
</svg>
|
||||
|
||||
<p><b>Уточните данные</b>
|
||||
Требуется уточнить данные в анкете клиента
|
||||
</p>
|
||||
|
||||
<button className="button">Подробнее</button>
|
||||
|
||||
</div>
|
||||
|
||||
<div className="contract_search">
|
||||
<form onSubmit={ (event) => { event.preventDefault(); } }>
|
||||
<div className="form_field">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user