Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
6c30668c
Commit
6c30668c
authored
Jul 12, 2021
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Agit sur les magins pour distinguer les variables des groupes
parent
2c170ff8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!25
Ui edition cas type
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/variables/VariableReferredInputs.svelte
+6
-6
6 additions, 6 deletions
src/lib/components/variables/VariableReferredInputs.svelte
with
6 additions
and
6 deletions
src/lib/components/variables/VariableReferredInputs.svelte
+
6
−
6
View file @
6c30668c
...
@@ -52,17 +52,17 @@
...
@@ -52,17 +52,17 @@
influentes sur :
influentes sur :
</h2>
</h2>
<h1
<h1
class=
"bg-le-gris-dispositif-light font-serif text-center mb-3 p-2
sm:p-1 md:p-2
rounded-md
"
class=
"bg-le-gris-dispositif-light font-serif text-center mb-3 p-2 rounded-md
text-lg
"
>
>
<p
class=
"font-medium"
>
{
variable
.
label
??
variable
.
name
}
</p>
<p
class=
"font-medium"
>
{
variable
.
label
??
variable
.
name
}
</p>
</h1>
</h1>
{
#if
directInputs
.
length
>
0
}
{
#if
directInputs
.
length
>
0
}
<section>
<section
class=
"bg-gray-100 pb-3 mb-3"
>
<h2
<h2
class=
"
bg
-gray-
1
00 flex font-medium justify-between p-2
sm:p-1 md:p-2 text-gray-800
text-lg"
class=
"
text
-gray-
5
00 flex font-medium
tracking-wide
justify-between p-2 text-lg"
>
>
<span>
Variables d'entrée directes
</span>
<span>
Caractéristiques écrites dans la formule du dispositif
</span>
<button
on:click=
{
()
=>
(
openDirectInputs
=
!
openDirectInputs
)
}
>
<button
on:click=
{
()
=>
(
openDirectInputs
=
!
openDirectInputs
)
}
>
{
#if
openDirectInputs
}
{
#if
openDirectInputs
}
<!-- Material Icons name: Expand Less -->
<!-- Material Icons name: Expand Less -->
...
@@ -101,9 +101,9 @@
...
@@ -101,9 +101,9 @@
{
/if
}
{
/if
}
{
#if
inputs
.
length
>
0
}
{
#if
inputs
.
length
>
0
}
<section>
<section
class=
"bg-gray-100 pb-3 mb-3"
>
<h2
<h2
class=
"
bg-gray-100
text-gray-500 flex font-medium tracking-wide justify-between p-2 text-lg"
class=
" text-gray-500 flex font-medium tracking-wide justify-between p-2 text-lg"
>
>
<span>
Caractéristiques directement influentes
</span>
<span>
Caractéristiques directement influentes
</span>
<button
on:click=
{
()
=>
(
openAllInputs
=
!
openAllInputs
)
}
>
<button
on:click=
{
()
=>
(
openAllInputs
=
!
openAllInputs
)
}
>
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment